raccoon588
Board Regular
- Joined
- Aug 5, 2016
- Messages
- 118
I have a worksheet that goes over a 24hr period. Each hour a user enters their hourly count. One of my lines has a running daily count. I have =IF(K1677="","",K1677-K1676) as a formula. It takes the amount enters in the previous hour and subtracts it from the current hour to give the actual number for the hour. there are times when they need to leave a few hours of the day empty. how can i get the formula to grab the number in the last populated cell and subtract that from the current number?
thank you
thank you