Forum Discussion

sunique's avatar
sunique
Copper Contributor
Oct 03, 2021
Solved

Excel Formula Issue

Hi there! I am completing a worksheet and m formula does not seem to be correct, although it does compute it. I am getting an "inconsistent calculated column formula," and I am not too sure what th...
  • HansVogelaar's avatar
    Oct 03, 2021

    sunique 

    The error occurs because you have a formula in only 4 of the cells of the Actual Usage column, and it doesn't refer to cells in the same row.

    Select I3.

    Enter the formula =[@[Beginning Value]]+[@Purchases]-[@[Ending Value]]

    Click the error triangle and select 'Restore to calculated column formula' from the popup menu.

    Fill down from I3 to I46 (the last row of the table).

    Also, you should not use SUM formulas in row 41. Delete the word Totals and the SUM formulas in that row.

    Instead, activate the Table Design tab of the ribbon and tick the check box Total Row in the Table Style Options group.

    This will add a new row to the table in row 47.

    Click in the cell in row 47 of  each of the columns where you want a total, click the drop-down arrow in that cell, and select Sum from the drop-down menu.

Resources