VLookup and HLookup

crburke92

Board Regular
Joined
Feb 5, 2019
Messages
71
Getting a "There's a problem with your formula" error.

So what I have is... When I get results back from a lab, they also supply a .csv file. All data points I want to reference are left to right, while each sample is top to bottom. Each sample has a specific serial number I want to use as my point of reference for my VLookup. I'm trying to imbed an HLookup but it's giving me issues. The column headers, while always the same text wise, are not always in the same column reference file to file (sometimes its 70 columns long, others are 95). My hope was to insert new B Row with values 1-100 in them, VLookup the serial number, and hlookup the column header (which is text).

=VLOOKUP($F$13,DataDump!$A$3:$CQ$8,HLOOKUP(DataDump!"sampledate",DataDump!$A$1:$B$94,2,),)

$F$13 is where I type in the serial number.
DataDump is the sheet I copy the .csv data in to.


Prior to trying this I had a working formula of:

=VLOOKUP($F$13,DataDump!$A$3:$CQ$8,18,)

Where 18 was the literal column number the data I was trying to reference is located. However as I said above, that column number can change, and I'm stuck going through 20 of these formulas and finding the column reference for this specific .csv file.

Any help is much appreciated :)
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Try removing the " from the named range
 
Upvote 0
I tried with nothing, as well as ‘

Neither of those seemed to work but I do get two different errors depending on what I use. I evaluated the formula and it is stemming from the ‘sampledate’ portion.
 
Upvote 0
Do you have a single cell called sampledate on the DataDump sheet?
 
Upvote 0
Change the HLOOKUP to VLOOKUP
 
Upvote 0
Still no go.

When I put nothing around sample date I get NAME?

When I put ‘ or “ I get a problem with the formula.

If I reference the actual cell sample date is in (DataDump!$A$6) it returns the value I want..

It seems the issue is how I’m referencing a text value but everything I’ve read says I’m doing it right?
 
Upvote 0
On the datadump sheet enter this in an unused cell
=sampledate
what does it return?
 
Upvote 0
Ah **** I didn’t think of formatting.

It =sampledate returned NAME?...

What would be the proper formatting?
 
Upvote 0
It's nothing to do with formats, if you are getting the NAME error then you don't have a named range called "sampledate", check the spelling.
 
Upvote 0

Forum statistics

Threads
1,214,544
Messages
6,120,126
Members
448,947
Latest member
test111

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