Forum Discussion

Daniel Finch's avatar
Daniel Finch
Copper Contributor
Apr 18, 2018
Solved

Excel formula help

I am trying to perform a formula within a spreadsheet but cannot seem to find the right syntax for the function. I have a column of numbers within a simple budget management plan, G:19 through G:32. ...
  • Damien_Rosario's avatar
    Apr 18, 2018
    Hi Daniel

    Hopefully I am following you:

    G33 = total budget (e.g. 100,000)
    G34 = actual money received (e.g. 80,000)
    G35 = difference between G33 and G34

    If this is the case, then maybe try =G34-G33 which gives you -20,000 (based on example above).

    Is this what you mean? If not maybe please upload a sample file for us to see what it looks like?

    Cheers
    Damien