Vlook Up - two matching row names?

googledave

New Member
Joined
Feb 8, 2013
Messages
5
I have been trying to create this for a while now.

The below data would move around on the sheet (row numbers will change).

[TABLE="width: 392"]
<tbody>[TR]
[TD]Source / Medium[/TD]
[TD]Date Range[/TD]
[TD]Visits[/TD]
[/TR]
[TR]
[TD]google / cpc[/TD]
[TD]Oct 1, 2013[/TD]
[TD="align: right"]25,574[/TD]
[/TR]
</tbody>[/TABLE]



I need to pull the visits numbers so i need a vlookup on a hidden sheet that will search for google / cpc and Oct1, 2013 (they will always be next to each other).

I have tried the following to no avail:

=VLOOKUP("google / cpc" + "Oct 1, 2013",'Resourcing Overview Hidden'!A1:Q4999,3,FALSE)

Any help appreciated.
 
Last edited:

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
On the hidden sheet add a column on the left hand side of the table and combine the google/cpc column and the Oct 1, 2013 column. (i.e. b2&c2 entered on cell a2)

then you could do the formula your stated earlier but with and "&" instead of a +.

Cheers
 
Upvote 0

Forum statistics

Threads
1,223,275
Messages
6,171,121
Members
452,381
Latest member
Nova88

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