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 Multiple arguments

This is a great informative forum. I have created a worksheet that has a DV
dropdown list with 3 items. When test data are pasted in the columns A
through I, the worksheet compares data in each cell with the engineering
specifications (listed on another worksheet). Then it displays, in the
columns K through S, "OK" if they pass or "HIGH" if they are higher. This is
true for all the three items in the dropdown list. Now, I want to add
another argument such that if the 2nd item is selected from the drop down
list, it will display "IGNORE" in cells R8 through R32. Currently, the
formula I have used in those cells is-
=IF(H8="","",IF(H8<=IF(J$1=SZSpecs!M$3,SZSpecs!C68 ,SZSpecs!H68),"OK","HIGH"))
SZSpecs is the another worksheet where DV list and specifications are
stored. I guess I have to use AND function? Any help would be appreciated.
If explanation is not clear, I can e-mail the file if you provide me with the
e-mail address. Thanks.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Multiple arguments

Which cell holds the drop down?

Maybe something like this...

=IF(H8="","",IF(dropdown="2nd_item","Ignore",IF(H8 <=IF(J$1=SZSpecs!M$3,SZSpecs!C68,SZSpecs!H68),"OK" ,"HIGH")))


--
Biff
Microsoft Excel MVP


"Nobrainer22" wrote in message
...
This is a great informative forum. I have created a worksheet that has a
DV
dropdown list with 3 items. When test data are pasted in the columns A
through I, the worksheet compares data in each cell with the engineering
specifications (listed on another worksheet). Then it displays, in the
columns K through S, "OK" if they pass or "HIGH" if they are higher. This
is
true for all the three items in the dropdown list. Now, I want to add
another argument such that if the 2nd item is selected from the drop down
list, it will display "IGNORE" in cells R8 through R32. Currently, the
formula I have used in those cells is-
=IF(H8="","",IF(H8<=IF(J$1=SZSpecs!M$3,SZSpecs!C68 ,SZSpecs!H68),"OK","HIGH"))
SZSpecs is the another worksheet where DV list and specifications are
stored. I guess I have to use AND function? Any help would be
appreciated.
If explanation is not clear, I can e-mail the file if you provide me with
the
e-mail address. Thanks.



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
If, multiple arguments puiuluipui Excel Discussion (Misc queries) 4 April 6th 09 02:23 PM
IF multiple arguments [email protected] Excel Worksheet Functions 2 March 18th 08 09:19 PM
Multiple Arguments ijt Excel Discussion (Misc queries) 3 November 20th 06 06:48 AM
sum with multiple arguments hotelmasters Excel Worksheet Functions 2 August 23rd 06 07:10 PM
Multiple Arguments dansargeant Excel Worksheet Functions 3 March 10th 06 08:06 AM


All times are GMT +1. The time now is 03:12 AM.

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"