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.
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: