Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hi, I know this sounds basic but it driving me crazy! I need to do the following If a1=0 then I want C1 = 0 If A1 =1 I want C1 to = the value from a lookup table ( solver will add the value) Thanks in advance, Lyndsey |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(A1=0,0,IF(A1=1,lookup_formula,""))
in C1 -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Honey" wrote in message oups.com... Hi, I know this sounds basic but it driving me crazy! I need to do the following If a1=0 then I want C1 = 0 If A1 =1 I want C1 to = the value from a lookup table ( solver will add the value) Thanks in advance, Lyndsey |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP | Excel Discussion (Misc queries) | |||
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) | New Users to Excel | |||
IF(a1="x",(vlookup 18K rows,2,false),(vlookup 18K,3,false)) RAM? | Excel Worksheet Functions | |||
IF(AND(val1=VLOOKUP( );val2>=VLOOKUP( );val2<=VLOOKUP( );VLOOKUP( | Excel Worksheet Functions | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions |