Excel formulas giving #VALUE! error when ported to Mac

后端 未结 4 612
梦如初夏
梦如初夏 2021-01-19 01:48

I want to be able to sum up the number of cells in a range that have a non-null value in them. On a PC running XP and Excel I entered =SUM(IF(G$19:G$1034=\"\",0,1))

4条回答
  •  感情败类
    2021-01-19 02:03

    You need to enter it as array (matrix) formula. After typing the formula don't hit enter but hit either

    CMD+SHIFT+ENTER or CTRL+SHIFT+ENTER

    Where CMD is the apple key. I'm not sure what the keycombination is on mac. But you can check in the help file. Entering array formula

提交回复
热议问题