Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 577
Default If, Then, Or formating

I am trying to a variable percentage to a single cel
example:
If B3 is <= to 32199 then c3 will read 0 then if B3 is =32200 but less than
38639 then c3 will read .5%
and how many if's can this cell hold
am I making any sense?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 623
Default If, Then, Or formating

You can have up to 7 if's (more in XL2007). In C3 put:

=if(b3<=32199,0,if(b3<38639,0.5%,"something else"))

Your numbers look like Excel dates. If so, your formula would be more readable
if you substituted something like Date(1998,2,26) for the number.

--
Regards,
Fred


"Scott" wrote in message
...
I am trying to a variable percentage to a single cel
example:
If B3 is <= to 32199 then c3 will read 0 then if B3 is =32200 but less than
38639 then c3 will read .5%
and how many if's can this cell hold
am I making any sense?



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
Formating Julie Excel Discussion (Misc queries) 5 February 28th 07 08:20 PM
formating Ken Excel Worksheet Functions 1 June 24th 06 01:56 AM
Install dates formating using conditional formating? Jerry Eggleston Excel Discussion (Misc queries) 2 November 9th 05 05:49 PM
Formating h:mm AM/PM Mike R Excel Discussion (Misc queries) 3 January 7th 05 02:12 AM
Formating stevieray Excel Discussion (Misc queries) 1 November 30th 04 11:30 PM


All times are GMT +1. The time now is 09:18 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"