K
Kimmon
PLEASE help, I need to create a Macro urgent and don't know how:
QUESTION:
If cell x <5 or >10 x = 0.5
If cell x >10 x = 1
My attempt:
=IF(B1<5,"0.5",IF(B1>10,"0.5",IF(B1>10,"1")))
It doesn't look right?
QUESTION:
If cell x <5 or >10 x = 0.5
If cell x >10 x = 1
My attempt:
=IF(B1<5,"0.5",IF(B1>10,"0.5",IF(B1>10,"1")))
It doesn't look right?