VlookUp Error

murtazaali233

New Member
Joined
Dec 29, 2019
Messages
1
Office Version
  1. 2016
Platform
  1. Windows
Hi Guys,

I fetch my data from a folder first. Im trying to perform a vlook up by merging my 2 queries. The problem arising is that all my data is not being picked up. I believe the reason is that data in the column(tracking_number) is stored as text whereas it needs to be stored as number. As you can see in the picture below, the data in tracking_number column has both text and numbers but the format is text.

1577643279558.png


When I tried to change the format to number. Error is coming.

1577643363732.png


Please help guys. Is there any way out of this ?
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
maybe try = Table.SplitColumn(previous_step, "tracking_number", Splitter.SplitTextByPositions({0, 2}, false), {"tracking_number.1", "tracking_number.2"})
 
Upvote 0
or a bit shorter = Table.SplitColumn(previous_step, "tracking_number", Splitter.SplitTextByPositions({0, 2}, false))
 
Upvote 0

Forum statistics

Threads
1,226,125
Messages
6,189,137
Members
453,525
Latest member
compugor

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