-2

enter image description here

This is my personal finance manager spreadsheet I made with google sheets.

Can anyone tell me the formula to sum up expenses added "today" to the category "recharge" ?

p.s I know to pull the sum using a specific date.That's not what I want. I need the cell to sum up the expenses of the day I am viewing the sheet. The value needs to get updated according to each day's expenses. Please look at the formula I tried using.

Aftab H.
  • 1,517
  • 4
  • 13
  • 25
Zenix
  • 1

1 Answers1

0

In your last argument you can you today().

sumifs askes for

criteria_range1, criterion1

it is asking when does criteria_range1 = criterion1

Brandon Hunt
  • 9
  • 1
  • 4