ISNUMBER,VLOOKUP,IFERROR

Lostatwork

New Member
Joined
Sep 8, 2023
Messages
2
Office Version
  1. 365
Hi all,

I'm quite new to excel and learning on the job,

I have a spreadsheet I manage and am trying to do several things,

The columns i am trying to change are the tracking sheet and there are 2 information sheets "sheet1" and "sheet2", I am currently using the following formula

=ISNUMBER(VLOOKUP($A4,'Sheet2'!$A:$A,$H$1,FALSE))

currently anything that is on sheet 2 still is returning TRUE as it should but the formula returns FALSE for anything on Sheet1 as its not looking there

the issue is column A has a mixture of info from "Sheet1" and "Sheet2" and anything that is on sheet 1 is returning as false

Column A has number in it, either 5 digit number or 7 digit numbers

im trying to get a formula to vlookup anything greater than 99999 in sheet2 and anything less in sheet1 and still return the ISNUMBER true or false

any assistance would be greatly appreciated and any further info can be provided on request.


regards
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Hi & welcome to MrExcel.
How about
Excel Formula:
=ISNUMBER(XMATCH($A4,VSTACK(Sheet1!$A$2:$A$1000,Sheet2!$A$2:$A$1000)))
 
Upvote 0
Hi & welcome to MrExcel.
How about
Excel Formula:
=ISNUMBER(XMATCH($A4,VSTACK(Sheet1!$A$2:$A$1000,Sheet2!$A$2:$A$1000)))
Hmm when i copy this into place it doesnt seem to work it copies the whole like in the cell and doesnt act like a formula
 
Upvote 0
Hmm when i copy this into place it doesnt seem to work it copies the whole like in the cell and doesnt act like a formula
It sounds like you have pre-formatted the cell as Text, so instead of entering a formula, you are entering literal text.
Try changing the format of that cell to General first, then enter the formula.
 
Upvote 0
Do you mean that you just see the formula in the cell?
 
Upvote 0

Forum statistics

Threads
1,215,071
Messages
6,122,964
Members
449,094
Latest member
Anshu121

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