VLOOKUP Highlight

seenfresh

Well-known Member
Joined
Jul 12, 2006
Messages
1,141
I have a VLOOKUP as follows:

=IF(ISNA(VLOOKUP(A3,'[MonsterOnline_Impressions_Julye06.xls]Monster, July 2006 (2)'!$D:$H,5,0)),0,(VLOOKUP(A3,'[MonsterOnline_Impressions_Julye06.xls]Monster, July 2006 (2)'!$D:$H,5,0)))

I would like to highlight the target cell in '[MonsterOnline_Impressions_Julye06.xls]Monster, July 2006 (2)'! that is being picked up by the VLOOKUP, any color is okay

I would appreciate any help!

Thx

Sean
 
Could I just simply c/format based on the logic answer of True when I enter

=D3='[National Revenue Allocation.xls]Monster Online (2)'!$A$3
off into a unused column in ws Monster

The only thing is I don't want to enter any value or formating in column D of the Monster ws because it is an outside source to document from and I can't make any changes to it to other VLOOKUPS because it is the dependant value. Hope this makes sense

How would I write a c/f that would hold IF($0$3)="True"

Once again thx guys you truley know your stuff!

Sean
 
Upvote 0
Format

I am trying to conditional format the Bold station cell based on the value in column P if it holds TRUE, I just want to highlight the bold station name if so, also only the bold station names are visible on the ws.

If I do conditional formating I can't drag the formula down because it will change each continuing cell contents.

Is there a way to c/f so that I don't have to create one for each bold station in column D ?
MonsterOnline_Impressions_Julye06.xls
DEFGHIJKLMNOP
3FOX43$0.46FOX43FOX43TRUE
4FOX43SuperBanner-728X90$0.14FOX43FOX43TRUE
5FOX43MediumRectangle-300X250$0.32FOX43FOX43TRUE
6KAIT$56.89KAITKAITTRUE
Monster, July 2006 (2)
 
Upvote 0
I think you lost me.

Which formula can't you drag down? Why?

Maybe your formula in P should be? =And(D3=O3,D3<>O2)
 
Upvote 0
=AND(P3=TRUE,MATCH(D3,D:D,0)=ROW(D3))

Assumes you are wanting to bold up the 1st instance.

I don't understand O3.
 
Upvote 0
O3 is used to verify if the Station in cA is TRUE had to do a VLOOKUP back to my other wb to see which stations are present and which are not according to my original VLOOKUP. Now when I enter the formula

=AND(P3=TRUE,MATCH(D3,D:D,0)=ROW(D3))

for c/f it works, but I want to be able to c/f all of the bold stations in column D which goes to around D900 or so, I can't copy c/f formula to the next cell D4 it changes the Station name to FOX43. I just want make the c/f active for all cells D3:D900 Would I have to create a macro for something like this?
 
Upvote 0
Boy, am I confused now!

I thought we had

1] 2 workbooks, one of which had a VLOOKUP into the 2nd, and

2] in this 2nd book, you wished to highlight the value/row currently returned in the VLOOKUP

Is this the arrangement?
 
Upvote 0
This is '[National Revenue Allocation.xls]Monster Online (2)'! where it has the VLOOKUP into the other!

Yes only the stations in this wb have the stations in the corresponding D column, in [2nd]wb '[MonsterOnline_Impressions_Julye06.xls]Monster, July 2006 (2)'! Some stations in this wb are not present in [1]Wb that's ok.
National Revenue Allocation.xls
ABCDE
3FOX43Lin0%0.460.67
4KAITRaycom50%56.8983.67
5KASARaycom50%58.1985.57
6KATCCordillera50%848.051,247.13
7KCAUCitadel50%49.4572.72
Monster Online (2)
 
Upvote 0

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top