Hi, I have sales by the hour. Each hour I have a cell with the total sales.
I'm looking for the best way to have running total, but if the time is after now it will display 0.
1pm $200 $200
2pm $150 $350
3pm $ 75 $425
But if the time is after now then dont give the hourly totals.
So something with =now(), <1pm?
Thanks
I'm looking for the best way to have running total, but if the time is after now it will display 0.
1pm $200 $200
2pm $150 $350
3pm $ 75 $425
But if the time is after now then dont give the hourly totals.
So something with =now(), <1pm?
Thanks