Thread
:
IF Macro / Function
View Single Post
#
1
Posted to microsoft.public.excel.worksheet.functions
Kimmon
external usenet poster
Posts: 3
IF Macro / Function
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(B110,"0.5",IF(B110,"1")))
It doesn't look right?
Reply With Quote
Kimmon
View Public Profile
Find all posts by Kimmon