Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I currently have this formula on my main sheet today:
=IF(ISNA(VLOOKUP($B6,prin_received_091807.xls!$A$8 :$H$98,3,FALSE)),0,(VLOOKUP($B6,prin_received_0918 07.xls!$A$8:$H$98,3,FALSE))) My issue is that on my prin_received sheet I do not always have the same columns. So I basically want to do an if then statement. If week1 (column heading on sheet a) matches week 1 (column heading on sheet b) then do the vlookup else output zero. I am not sure where to go from here so any help is appreciated. Jonette |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Maybe you could use combination of =index() and a couple of =match()'s.
Take a look at Debra Dalgleish's notes: http://www.contextures.com/xlFunctions03.html Especially examples 2 and 3. JAC wrote: I currently have this formula on my main sheet today: =IF(ISNA(VLOOKUP($B6,prin_received_091807.xls!$A$8 :$H$98,3,FALSE)),0,(VLOOKUP($B6,prin_received_0918 07.xls!$A$8:$H$98,3,FALSE))) My issue is that on my prin_received sheet I do not always have the same columns. So I basically want to do an if then statement. If week1 (column heading on sheet a) matches week 1 (column heading on sheet b) then do the vlookup else output zero. I am not sure where to go from here so any help is appreciated. Jonette -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLookup - HLookup | Excel Discussion (Misc queries) | |||
Vlookup & hlookup | Excel Worksheet Functions | |||
USING VLOOKUP AND HLOOKUP | Excel Discussion (Misc queries) | |||
Vlookup and Hlookup | Excel Worksheet Functions | |||
Vlookup and Hlookup | Excel Worksheet Functions |