Microsoft
Software
Hardware
Network
Question : Multiple if greater than less than
Guys This is probabaly simple but can get my head around it
in excel i want to return the values "A" , "B" , "C" if the cell A1 is either <=30 , >=60 , >30 <60
so if cell A1 =
15 = A
35 = B
75 = C
Cant quite get my head around this
Any ideas
Cheers
Answer : Multiple if greater than less than
Use this instead:
=IF(A1="","",IF(A1<=30,15,I
F(A1>=60,35
,75)))
Put the formula in cell B1. It will return:
15 if A1 <=30
35 if A1 >=60
75 if A1 between 30 and 60
if A1 is blank, the result will be blank also.
jppinto
Random Solutions
How do I know what version IIS and IIS management console am I using it.
SBS 2008 VPN Help Required
IIS 7.0 Worker process crashes due to ODP.NET?
SBS2003 exchange error
Change table source for queries based on user or machine access
In Access 2007, need a VBA function to test external database table to see if it is empty
i'm getting a "RUNTIME ERROR 3167", plz help!
How to collapse columns and rows in excel?
DropDownList in DetailsView - ASP.NET C# codebehind
Concerns with translating Access 2003 application into Japanese?