Forum Discussion

Somersetinventory's avatar
Somersetinventory
Copper Contributor
Feb 17, 2021
Solved

#VALUE! error

I have been trying to add up (from E4 to AV4) them. However there are blank cells which I tried- TO GO special and select blank- Type 0 and Click Ctrl+Enter. But it changes only Rows and columns that are entirely blank. I know there is a simpler method. Would be great if you assist.  

8 Replies

  • Somersetinventory 

    Something you might like to consider is the use of Excel Tables which treat your table as a single object for the purposes of formatting or calculation.  The row sum looks a bit more complicated but it will propagate to any new rows you might add without user intervention,

    = SUM(Consumption[@[AR-216]:[Sample-11]])

    [@ means the current row and [AR-216] is your first column]

    Similarly the column totals move to accommodate new rows and the formula is selected from a simple dropdown.

    =SUBTOTAL(109,[AR-249])