Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default setting multiple conditions in one cell

=IF(((H190.75)*AND(H200.75)),(((B16/B17)+4.68*(B18/B19))/(33650/SQRT(B12))),"N/A")

This is my current equation for a cell. It says that if two specific cell
exced .75, then calcualte (((B16/B17)+4.68*(B18/B19))/(33650/SQRT(B12))), but
if false display N/A.

What i need it do is if (((B16/B17)+4.68*(B18/B19))/(33650/SQRT(B12)))1, i
need say "INVALID FOR LFD".

So if both cells don't exceed .75 i need it to say "N/A".
If the value is 1 or less i need it to give me value
And if it exceed's 1 i need the cell to say "INVALID FOR LFD"
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default setting multiple conditions in one cell

Hi,

I've got no idea if the precedence of the formula is correct because I don't
know waht answer you expect but the syntax is now correct.

=IF(AND(H190.75,H200.75),(B16/B17)+4.68*(B18/B19)/(33650/SQRT(B12)),"N/A")

Mike

"jcrain" wrote:

=IF(((H190.75)*AND(H200.75)),(((B16/B17)+4.68*(B18/B19))/(33650/SQRT(B12))),"N/A")

This is my current equation for a cell. It says that if two specific cell
exced .75, then calcualte (((B16/B17)+4.68*(B18/B19))/(33650/SQRT(B12))), but
if false display N/A.

What i need it do is if (((B16/B17)+4.68*(B18/B19))/(33650/SQRT(B12)))1, i
need say "INVALID FOR LFD".

So if both cells don't exceed .75 i need it to say "N/A".
If the value is 1 or less i need it to give me value
And if it exceed's 1 i need the cell to say "INVALID FOR LFD"

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
How do I set up multiple logical conditions on one result cell Ring eye Excel Worksheet Functions 1 January 12th 06 07:31 PM
Advanced unique cell count with multiple conditions ... help! Flystar Excel Worksheet Functions 3 September 25th 05 03:50 AM
Cell values based upon multiple conditions Ryan M via OfficeKB.com New Users to Excel 2 July 19th 05 02:10 AM
Multiple Conditions in a cell Maya Excel Worksheet Functions 3 June 10th 05 11:51 PM
setting two conditions for countif Danny J Excel Worksheet Functions 5 December 6th 04 11:49 PM


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