D
Dave Piper
Hello,
Thanks in advance for your help.
I need some newbie help...
I'm looking for a function that will perform the following:
In cell C2, check the value of B2 and produce a corresponding number.
So if the value in B2 is less than or equal to 24 then return 0, if
greater than 24 and less than or equal to 48 then return 1, if greater
than 48 and less than or equal to 72 then return 2, if greater than 72
and less than or equal to 96 then return 3, if greater than 96 and less
than or equal to 120 then return 4, and lastly if greater than 120 and
less than or equal to 144, then return 5.
Thanks again,
DP
Thanks in advance for your help.
I need some newbie help...
I'm looking for a function that will perform the following:
In cell C2, check the value of B2 and produce a corresponding number.
So if the value in B2 is less than or equal to 24 then return 0, if
greater than 24 and less than or equal to 48 then return 1, if greater
than 48 and less than or equal to 72 then return 2, if greater than 72
and less than or equal to 96 then return 3, if greater than 96 and less
than or equal to 120 then return 4, and lastly if greater than 120 and
less than or equal to 144, then return 5.
Thanks again,
DP