Hi All,
I have a formula used in Excel that I am trying to convert for use in a query. the original formula is:
=IF(D2>=45;IF(( INT(B2/60)-1)<=0;0;INT(B2/60)-1);INT(B2/60))
Thank you.
I have a formula used in Excel that I am trying to convert for use in a query. the original formula is:
=IF(D2>=45;IF(( INT(B2/60)-1)<=0;0;INT(B2/60)-1);INT(B2/60))
Thank you.
Comment