Forum Discussion
Deleted
Jul 28, 2017I need help creating a formula that will calculate the difference between cells
Eample: Cell A1is the amount of my pos system saids we charged that day $500 Cell B1is the amount of cash we deposited for that day $450 Cell C1= i need it to show me the difference between t...
Jason Rhodes
Jul 28, 2017Iron Contributor
=sum(B1-A1)
Put that into C1
Job done.
Put that into C1
Job done.