Return what is missing

DEllis

Active Member
Joined
Jun 4, 2009
Messages
344
Office Version
  1. 365
Platform
  1. Windows
I know I am over thinking this and that I have done this before but I cannot for the life of me figure it out today.

If I have a number in column A and I want to know if it is not in column F, how do I do the Vlookup to make it return to me the number from A that is missing from column F.

Help please.

Thank you,
DELlis
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Not sure I follow...but I think...

=ISNA(MATCH(A1,F:F,0))

This will give TRUE if A1 is NOT in column F, FALSE if A1 IS in column F.
 
Upvote 0
Jon, thank you for the quick response; however, it shows true for all of them and I know this is not correct as column A has more numbers in it then Column F.

Any other suggestions?
 
Upvote 0
Sounds like you have "Numbers Stored As Text", not real numbers...

Copy a BLANK cell.
Highlight column A
Right Click - PasteSpecial - Values - Add - OK

Repeat for Column F
 
Upvote 0
Did that and still get all trues. I truly must be doing something totally wrong.
 
Upvote 0

Forum statistics

Threads
1,224,600
Messages
6,179,834
Members
452,947
Latest member
Gerry_F

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