#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default Nested IF function

First, lose the quotes. They specify text, and you need numbers for
percentages.
Second, you need to compare a cell to the numbers. So, if the current weeks
of supply is in H3, put that in the IF statement.

So you want something like:

=if(h3<=8,0,if(h3<=14,0.15,if(h3<=18,0.25,0.40)))
Format as percentage.

See if that works for you.

Regards,
Fred.

"Littlerose210" wrote in message
...
=if(<=8,"0",<=14,".15",<=18,".25",18,".40")
=if(<=8,"0",<=14,15%",<=18,"25%",18"40%") Assuming they are percentages
because you can't use .15 in the formula.

And the other formula I have no idea even how to write it out. Nothing I
tried so far has worked. And no one seems to know how to figure these out.
I've never used excel before but I've been able to figure everything else
out
through trial and error but these two questions.


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
Nested IF Function Dave F Excel Discussion (Misc queries) 0 November 30th 06 03:56 PM
can you nested sum and round function within if function? anna Excel Worksheet Functions 4 May 27th 06 06:06 AM
Offset function with nested match function not finding host ss. MKunert Excel Worksheet Functions 1 March 21st 06 10:46 PM
Nested If function? stillgreen Excel Worksheet Functions 5 February 20th 06 01:39 PM
Nested IF Function, Date Comparing, and NetworkDays Function carl Excel Worksheet Functions 2 December 29th 04 09:57 PM


All times are GMT +1. The time now is 06:57 AM.

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

About Us

"It's about Microsoft Excel"