Thread
:
The IF function but with 3 values
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Don Guillett
external usenet poster
Posts: 10,124
The IF function but with 3 values
try
=if(l7=3,2.8,if(l7=2,3.20,if(l70,3.50,"")))
--
Don Guillett
SalesAid Software
wrote in message
oups.com...
Hi
I have a cell that generates an age in years from a date of birth in
another cell. 1, 2, 3 etc,
The age is displayed in L7
In another cell I need one of three prices based upon that age in
L7
Under age 2 should return a price of 3.50
Aged 2 should return a price of 3.20
And 3 and above should returna price of 2.8
I have tried playing with the IF function but just cannot get it to
work
Hope you can help. Thanks in anticipation
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett