Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default Nested IF's with Logical Arguments - Doing something wrong here

Use AND:

=IF(AND(F28=100,E130,F130,I13=E13*E14*1000/E7),E13*E14*1000/E7,[else what]

See my response to your other post. With this question, you don't specify
what you want returned if the critieria are NOT matched (this is the [else
what] portion above. This could be as simple as returning a blank, "" , or
it could be a text message, or another logic test.

Dave
--
Brevity is the soul of wit.


"ConfusedNHouston" wrote:

Similar to a post of a few minutes ago but actually a different problem:

Here's the formula:

=IF($F$28=100,IF(E130,IF(F130,I13=E13*E14*1000/$E$7,"")))

I'd like it to throw the value of the expression E13*E14*1000/$E$7 into the
cell if all three conditions are met. Even when all 3 conditions are met, I
get a cell value of FALSE. Is it syntax or am I missing something else.

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's with Logical Arguments - Doing something wrong here PapaDos Excel Discussion (Misc queries) 0 November 30th 06 05:13 PM
Nested IF's with Logical Arguments - Doing something wrong her Dave F Excel Discussion (Misc queries) 0 November 30th 06 04:44 PM
Nested IF's with Logical Arguments - Doing something wrong her ConfusedNHouston Excel Discussion (Misc queries) 0 November 30th 06 04:36 PM
How do you use more than 7 arguments in a logical IF? Bill Excel Worksheet Functions 7 August 18th 06 06:46 PM
I have run out of arguments for nested IF statement christopherp Excel Discussion (Misc queries) 5 March 19th 06 12:26 PM


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