I'm using this vlookup formula to pull back a value from a data sheet.
Let's say the value of NUMBER81 is 123456 and when I type in the formula on the desire sheet it returns "No match".
When I go to the ACCOUNTS sheet and look at the data there is a value equal to 123456 in Range 1.
When I put an apostrophe in front of the value so that it is entered as '123456 in the cell then the vlookup statement works.
=VLOOKUP(NUMBER81, {ACCOUNTS Range 1}, 2, false)
Since the accounts sheet is manually maintained by me I can put an apostrophe in front of every search value in the NUMBER column.
Back in the sheet where I put the VLOOKUP formula. This data is imported from excel so on closer inspection of the column data used for the search value I found that each "number" has an apostrophe in front of it.
I guess I have to go back to the imported excel data (pivot table results) to investigate further. But I just wanted to ask if there is any way to control the data type when importing an excel sheet. I know that sometimes columns import as text/number occasionally turn out as dropdowns when I look under properties. The first tip off to this is when you start to see multiple entries for a column in the report builder, one for each data type.
Thanks of your feedback!