HELP....
This is the statement I concocted and I know its screwed up big time but let me paste it so I don't lose it:
=IF(d67<=B2,0,IF(d67(<b2+3),0.25),if(b67>(b2+3)<(b2+15),0.05,if(b67>(b2+15),1.0))))
B2 = 8:00:00 (login scheduled time)
B67 = 8:02:35 (actual login time)
I need to calculate a point system with the following criteria.
If the actual login is
Earlier or = to 8:00 then enter the value 0
If it is > 8:00:00 but less than 3 minutes 0.25
If it is > 3 minutes but less than 15 0.50
If it is > 15 minutes 1
HELP...
First question, do I have to have a separate calculation sheet to convert the time to seconds? I have one already, I can just add this criteria.
If I am doing this I guess I can link to the seconds and refer to the calculation sheet but I'm new to nested IF Statements and the kink for me is the >3<15 part.
HELP! I'm sure my initial formula above is total junk but I tried
Thanks!
Learning in Texas
LadyCK3
aka: Laurie
This is the statement I concocted and I know its screwed up big time but let me paste it so I don't lose it:
=IF(d67<=B2,0,IF(d67(<b2+3),0.25),if(b67>(b2+3)<(b2+15),0.05,if(b67>(b2+15),1.0))))
B2 = 8:00:00 (login scheduled time)
B67 = 8:02:35 (actual login time)
I need to calculate a point system with the following criteria.
If the actual login is
Earlier or = to 8:00 then enter the value 0
If it is > 8:00:00 but less than 3 minutes 0.25
If it is > 3 minutes but less than 15 0.50
If it is > 15 minutes 1
HELP...
First question, do I have to have a separate calculation sheet to convert the time to seconds? I have one already, I can just add this criteria.
If I am doing this I guess I can link to the seconds and refer to the calculation sheet but I'm new to nested IF Statements and the kink for me is the >3<15 part.
HELP! I'm sure my initial formula above is total junk but I tried
Thanks!
Learning in Texas
LadyCK3
aka: Laurie