ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   multiple if (https://www.excelbanter.com/excel-programming/357585-multiple-if.html)

Thiem[_4_]

multiple if
 

Range from to Low Upper
1 0 50 5% 95%
2 51 100 10% 90%
3 101 999999 20% 70%


If 0 =< 50 then 1
If = 51 < = 100 then 2
if 100 then 3


I struggling wit a if function and this is what I want, assistanc
appreciated


thanks

Thie

--
Thie
-----------------------------------------------------------------------
Thiem's Profile: http://www.excelforum.com/member.php...fo&userid=2747
View this thread: http://www.excelforum.com/showthread.php?threadid=52814


Bob Phillips[_6_]

multiple if
 
=IF(A1<=0,0,IF(A1<=50,1,IF(A1<=100,2,3)))

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Thiem" wrote in
message ...

Range from to Low Upper
1 0 50 5% 95%
2 51 100 10% 90%
3 101 999999 20% 70%


If 0 =< 50 then 1
If = 51 < = 100 then 2
if 100 then 3


I struggling wit a if function and this is what I want, assistance
appreciated


thanks

Thiem


--
Thiem
------------------------------------------------------------------------
Thiem's Profile:

http://www.excelforum.com/member.php...o&userid=27474
View this thread: http://www.excelforum.com/showthread...hreadid=528147




Thiem[_5_]

multiple if
 

Sorry Bob

Not Working


--
Thiem
------------------------------------------------------------------------
Thiem's Profile: http://www.excelforum.com/member.php...o&userid=27474
View this thread: http://www.excelforum.com/showthread...hreadid=528147


Bob Phillips[_6_]

multiple if
 
In what way?

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Thiem" wrote in
message ...

Sorry Bob

Not Working


--
Thiem
------------------------------------------------------------------------
Thiem's Profile:

http://www.excelforum.com/member.php...o&userid=27474
View this thread: http://www.excelforum.com/showthread...hreadid=528147





All times are GMT +1. The time now is 12:28 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com