Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to look up a value in two different tabs. Does anyone know how
to do this? The VLOOKUP function allows me to look up only one tab. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Perhaps a liitle more info .... is it a case if not found on tab1, look at
tab2? "Ayse" wrote: I am trying to look up a value in two different tabs. Does anyone know how to do this? The VLOOKUP function allows me to look up only one tab. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yes that is the case, where I keep open issues in one tab with an ID, and put
them in a different tab when the issue is closed with the same ID. "Toppers" wrote: Perhaps a liitle more info .... is it a case if not found on tab1, look at tab2? "Ayse" wrote: I am trying to look up a value in two different tabs. Does anyone know how to do this? The VLOOKUP function allows me to look up only one tab. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Something like this:
=IF(ISNA(vlookup(on_sheet1)),IF(ISNA(vlookup(on_sh eet2)),"not present",vlookup(on_sheet2),vlookup(on_sheet1)) Hope this helps. Pete On Jul 12, 5:38 pm, Ayse wrote: I am trying to look up a value in two different tabs. Does anyone know how to do this? The VLOOKUP function allows me to look up only one tab. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Oops, missed a bracket after the second sheet2 - should be:
=IF(ISNA(vlookup(on_sheet1)),IF(ISNA(vlookup(on_sh eet2)),"not present",vlookup(on_sheet2)),vlookup(on_sheet1)) Hope this helps. Pete On Jul 12, 5:47 pm, Pete_UK wrote: Something like this: =IF(ISNA(vlookup(on_sheet1)),IF(ISNA(vlookup(on_sh eet2)),"not present",vlookup(on_sheet2),vlookup(on_sheet1)) Hope this helps. Pete On Jul 12, 5:38 pm, Ayse wrote: I am trying to look up a value in two different tabs. Does anyone know how to do this? The VLOOKUP function allows me to look up only one tab.- Hide quoted text - - Show quoted text - |
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) | |||
Can i set up tabs within tabs on Excel? | Excel Worksheet Functions | |||
How do I use VLOOKUP to ref multiple workbooks with multiple tabs? | Excel Discussion (Misc queries) | |||
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) | New Users to Excel | |||
Vlookup across multiple tabs | Excel Worksheet Functions |