#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default 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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Delete Blank Rows Code - Multiple Worksheets - Multiple Documents BenS Excel Discussion (Misc queries) 3 June 29th 07 12:20 AM
Crteating Multiple GIFS from Multiple Ranges -- need someone to test my code to see why it fails Father Guido[_5_] Excel Programming 4 November 22nd 05 05:28 AM
Creating Multiple GIFs from Multiple Range selections -- I need a volunteer to test my code to see why it fails Father Guido[_5_] Excel Programming 0 November 19th 05 08:52 AM
Crteating Multiple GIFS from Multiple Ranges -- need someone to test my code to see why it fails Father Guido[_5_] Excel Programming 0 November 19th 05 08:00 AM
view multiple files in multiple windows on multiple screens. tcom Excel Discussion (Misc queries) 7 September 15th 05 09:35 PM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"