C
Chris
I am trying to do a vlookup with and without concatenate.
I have a list of radio stations in column A.
KBCE
KOZT
WCBE
Going across each column is a seperate week.
B= 9/13/03 C= 9/22/03 D= 9/29/03 E= 10/6/03
In each week there will be numbers and other values ie,
2,4, add, n2,etc.
For the most current week, which in this case is column E
(each week the info is bumped one week to the left to
clear E for the new week.), I concatenate the Vlookup
because there are two columns of data I need to reference
for the current week.
The destination worksheet will always have the same list
of stations each week however, the import sheet doesn't
have all the stations on it each week.
For example, my stations I listed above.....
Those three will be on my destination sheet each week.
KBCE
KOZT
WCBE
But, the import sheet one week may not have KBCE, but the
next week it will, then another station or two may be not
on the following week.
I used a formula :
=IF(VLOOKUP($A58,'[ImportTracking.xls]Janis Joplin'!
$A$48:$F$70,4,FALSE),"",VLOOKUP($A58,'[ImportTracking.xls]
Janis Joplin'!$A$48:$F$70,4,FALSE))
To say if the field was blank then return blank, but if
the station is not on the import sheet at all then the
formula returns "N/A".
How do I return blank if the station is not on the list?
Thanks greatly, in advance.
I have a list of radio stations in column A.
KBCE
KOZT
WCBE
Going across each column is a seperate week.
B= 9/13/03 C= 9/22/03 D= 9/29/03 E= 10/6/03
In each week there will be numbers and other values ie,
2,4, add, n2,etc.
For the most current week, which in this case is column E
(each week the info is bumped one week to the left to
clear E for the new week.), I concatenate the Vlookup
because there are two columns of data I need to reference
for the current week.
The destination worksheet will always have the same list
of stations each week however, the import sheet doesn't
have all the stations on it each week.
For example, my stations I listed above.....
Those three will be on my destination sheet each week.
KBCE
KOZT
WCBE
But, the import sheet one week may not have KBCE, but the
next week it will, then another station or two may be not
on the following week.
I used a formula :
=IF(VLOOKUP($A58,'[ImportTracking.xls]Janis Joplin'!
$A$48:$F$70,4,FALSE),"",VLOOKUP($A58,'[ImportTracking.xls]
Janis Joplin'!$A$48:$F$70,4,FALSE))
To say if the field was blank then return blank, but if
the station is not on the import sheet at all then the
formula returns "N/A".
How do I return blank if the station is not on the list?
Thanks greatly, in advance.