Hi -
Sanity check
Say i have figures for the said columns on the formula below in hour format
(J2+K2+L2+M2+N2+O2+(P2-Q2)+R2+S2)-(J2+T2+U2)/3600)
is it correct?
Thank you
MC
Hi -
Sanity check
Say i have figures for the said columns on the formula below in hour format
(J2+K2+L2+M2+N2+O2+(P2-Q2)+R2+S2)-(J2+T2+U2)/3600)
is it correct?
Thank you
MC
Maybe you can make the formula a bit better.
=(SUM(J2:O2)+(P2-Q2)+SUM(R2:S2))-(J2+SUM(T2:U2)/3600)
Please check if the answer is matching though, coz I am not sure what sequence of calculation you are looking for.. Even a bracket here and there can make a difference in the result..
Last edited by NeedForExcel; 07-14-2015 at 12:27 AM.
Cheers!
Deep Dave
Or perhaps this...
(J2+K2+L2+M2+N2+O2+(P2-Q2)+R2+S2)-(J2+T2+U2)/3600)
=(sum(K2:S2)-(Q2*2+T2+U2)/3600
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks