kylerisi
Board Regular
- Joined
- Nov 1, 2015
- Messages
- 93
- Office Version
- 365
- Platform
- Windows
Hi Team,
I currently have a formula which works out the number of hours passed between a particular date and Now, i really need this to be worked out in business hours much like =networkdays, can anyone please provide me with some help on how to achieve this.
below is the formula i am currently using
=if(O6="","",(if($Q6="C","",(((NOW()-O6)*24)))))
currently my formula checks 06 for "C" if true it stays blank, if False, it then works out how many hours have passed between a cell in another sheet and the current time.
ideally if i could work out the number of ours between 9-6 monday -friday, that would be super amazing.
I have browsed other posts on this forum, but I am confused on how to embed the NOW() part into my formula
any help would be greatly appreciated.
Best Regards
Kyle
I currently have a formula which works out the number of hours passed between a particular date and Now, i really need this to be worked out in business hours much like =networkdays, can anyone please provide me with some help on how to achieve this.
below is the formula i am currently using
=if(O6="","",(if($Q6="C","",(((NOW()-O6)*24)))))
currently my formula checks 06 for "C" if true it stays blank, if False, it then works out how many hours have passed between a cell in another sheet and the current time.
ideally if i could work out the number of ours between 9-6 monday -friday, that would be super amazing.
I have browsed other posts on this forum, but I am confused on how to embed the NOW() part into my formula
any help would be greatly appreciated.
Best Regards
Kyle
Last edited: