Value VLOOKUP is searching for is negative - returns #N/A

ibleafnmajic

New Member
Joined
Oct 1, 2019
Messages
1
Team,

Trying to keep this example simple.

I have a pivot table:
ABC
1Aisle# LocationsUnits
20012291569
30021-12
400312214

<tbody>
</tbody>
I am trying to combine information in a spreadsheet from three pivot tables using the VLOOKUP.
However, when I try to display the # of units from Aisle 002 I receive the error message #N/A. But the formula works for all positive numbers.

This is the formula I am using in the other spreadsheet:

=VLOOKUP([@Aisle],A:C,3,0)


Aisle# LocationsEmpty LocationsUtilized LocationsUnits
001=VLOOKUP([@Aisle],A:C,3,0)
002#N/A
003=VLOOKUP([@Aisle],A:C,3,0)

<tbody>
</tbody>


Thank you for your time!
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
=VLOOKUP([@Aisle],Sheet1!A:C,3,0) is working for me with Aisle as text or numbers, on the same sheet or different sheets.

Is there possibly any accidental spaces in the Aisle data? maybe check the formula evaluation steps to see if the lookup value is matching...
 
Upvote 0

Forum statistics

Threads
1,215,741
Messages
6,126,588
Members
449,319
Latest member
iaincmac

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