Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default nested IF statements

I am trying to say - If c11 and d11 and e11 and f11 and g11 and h11 are
greater than zero then use the value in i11 if that value is less than or =
to 8 if the value is in i11 ends up being greater than 8 then I need to put
whatever is greater than 8 in a difference cell.

Can someone help me get started?

--
Thanks,
Always learning all I can
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default nested IF statements

Try this:

=IF(AND(C110,D110,E110,F110,G110,H110),MIN(8 ,I11),"")

will give a blank cell if any of those 6 cells are not greater than 0,
but you can change the "" to some other value if you want to.

I'm not sure what your conditions are for the different cell to take
i11 if it is greater than 8 - is it still dependent on the 6 cells
being greater than zero?

Hope this helps.

Pete

On Aug 21, 11:34*pm, ssimer wrote:
I am trying to say - If c11 and d11 and e11 and f11 and g11 and h11 are
greater than zero then use the value in i11 if that value is less than or =
to 8 if the value is in i11 ends up being greater than 8 then I need to put
whatever is greater than 8 in a difference cell.

Can someone help me get started?

--
Thanks,
Always learning all I can


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default nested IF statements

Thank you for the help. What I want is after this result is to take anything
greater than 8 and drop it in another cell but I think I can do that let's
see what I get out of this first.
--
Thanks,
Always learning all I can


"Pete_UK" wrote:

Try this:

=IF(AND(C110,D110,E110,F110,G110,H110),MIN(8 ,I11),"")

will give a blank cell if any of those 6 cells are not greater than 0,
but you can change the "" to some other value if you want to.

I'm not sure what your conditions are for the different cell to take
i11 if it is greater than 8 - is it still dependent on the 6 cells
being greater than zero?

Hope this helps.

Pete

On Aug 21, 11:34 pm, ssimer wrote:
I am trying to say - If c11 and d11 and e11 and f11 and g11 and h11 are
greater than zero then use the value in i11 if that value is less than or =
to 8 if the value is in i11 ends up being greater than 8 then I need to put
whatever is greater than 8 in a difference cell.

Can someone help me get started?

--
Thanks,
Always learning all I can



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default nested IF statements

In your other cell you could use:

=MAX(0,i11 - cell_with_formula)

which will give you zero or anything above 8 from i11. But, you may
have to apply your 6 conditions as in the other formula.

Hope this helps.

Pete

On Aug 22, 12:02*am, ssimer wrote:
Thank you for the help. What I want is after this result is to take anything
greater than 8 and drop it in another cell but I think I can do that let's
see what I get out of this first.
--
Thanks,
Always learning all I can



"Pete_UK" wrote:
Try this:


=IF(AND(C110,D110,E110,F110,G110,H110),MIN(8 ,I11),"")


will give a blank cell if any of those 6 cells are not greater than 0,
but you can change the "" to some other value if you want to.


I'm not sure what your conditions are for the different cell to take
i11 if it is greater than 8 - is it still dependent on the 6 cells
being greater than zero?


Hope this helps.


Pete


On Aug 21, 11:34 pm, ssimer wrote:
I am trying to say - If c11 and d11 and e11 and f11 and g11 and h11 are
greater than zero then use the value in i11 if that value is less than or =
to 8 if the value is in i11 ends up being greater than 8 then I need to put
whatever is greater than 8 in a difference cell.


Can someone help me get started?


--
Thanks,
Always learning all I can- Hide quoted text -


- Show quoted text -


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 STATEMENTS [email protected] New Users to Excel 6 July 20th 08 01:07 PM
Nested IF statements Karrisac15 New Users to Excel 1 July 19th 07 08:06 PM
Nested IF statements maacmaac Excel Discussion (Misc queries) 3 January 24th 06 12:00 AM
Nested IF statements maacmaac Excel Discussion (Misc queries) 2 January 23rd 06 10:18 PM
Do I need nested IF statements? Jaramya Excel Worksheet Functions 1 November 5th 04 09:10 PM


All times are GMT +1. The time now is 07:05 PM.

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"