Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to use the IF function to auto-populate a 4th cell (A4 , worksheet 1)
by using several Define Names (PARTNUM,PRICE, and SPECIAL) AND based on a YES or NO selection from B2 on worksheet 2. 1) If cell A1 on worksheet 1 is not blank (I currently have A4, worksheet 1 program as follows =IF (A1<"", LOOKUP(A1,PARTNUM,PRICE),"") 2) If cel B2 on worksheet 2 is <"No" (I currently have A4, worksheet 1 program as follows =IF (A1<"", LOOKUP(A1,PARTNUM,SPECIAL). These 2 functions are working together, however, I have the problem that if A1, worksheet 1 is blank then A4, worksheet 1 returns a "N/A". I need to use the 2 logics above in addition to gettting rid of "N/A" when A1 is blank. I have tried nesting the 2 logics above in addition to adding the "" at the end of the logic but no luck. HELP please. Your help is greatly appreciated it in advance -- tech1NJ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Averaging Problem Still Not Resolved - DailyMoodTrTool.xls (1/1) | Excel Discussion (Misc queries) | |||
SUMIF with 2 creteria one Name one DAte | Excel Discussion (Misc queries) | |||
Please-please-HELP - Really need this resolved - Allocation formul | Excel Worksheet Functions | |||
Can I use more complex logical expression for sumif as creteria? | Excel Worksheet Functions | |||
I think I found a bug and need to kow how to get it resolved | Setting up and Configuration of Excel |