Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
how should i use vlookup & if condtion
Question by using vlookup if result column contain Y, then if condition to be used there. if result is N, then result should be 0 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Like this
=IF(A1="Y",VLOOKUP(A1,Sheet2!A1:H26,2,FALSE),0) -- -John Northwest11 Please rate when your question is answered to help us and others know what is helpful. "senthil" wrote: how should i use vlookup & if condtion Question by using vlookup if result column contain Y, then if condition to be used there. if result is N, then result should be 0 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Reusing formula | Excel Discussion (Misc queries) | |||
Dynamic Range with unused formula messing up x axis on dynamic graph | Charts and Charting in Excel | |||
Match then lookup | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions |