removing #N/A

adulted

Active Member
Joined
Jan 22, 2004
Messages
339
Hi All

Looking for a way to remove this error when data not found.

Thanks in advance, Paul
fixit test.xls
CDEFG
2end of run reviewDie No.end of run review2ND DIE INBACK UP DIES
3#N/A1077B 71070 101073 15-180
4#N/A1607A 17-201059 29-3001607A 13-16
5#N/A1175 11-141520C 1-200
61057A 17-181057A 17-186008A 1500
7#N/A1496B 5-61147 11-1200
8#N/A1056A 19-201153 15-2000
9#N/A1687A 11027 7-801283B 23-24
101153 15-201153 15-201057A 17-1800
11#N/A1504D 3-41416A 3-400
121187B 25-261187B 25-261575A 1-200
13#N/A1533E 51187B 23-2400
14#N/A1431A 7-81187B 25-2600
15#N/A1522B 3-41682A 1-200
16#N/A1094 5-81680A 1-200
17#N/A1016A 46-471685A 100
18#N/A1234 37-481660A 1-400
191520C 1-21520C 1-21686A 1-200
Sheet1
 
Aladin

There is text in some of the values... and, based on the fact that they are positioned to the left of the cell... I would assume they are text.

I am not real familar with your recommendation... but would assume that isnumber would not work if the data was text?
 
Upvote 0

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Aladin:

Much of the data has text... and is positioned on the left side of the cell... so I would assume it is formatted as text.
Would the isnumber formula work in that case?
 
Upvote 0
Sorry for the double reply... didn't see there were two pages... and didn't think my first question worked.

:oops:

And, I am not in any way trying to be critical... Aladin is awesome... just trying to better understand the formula as well.

:cool:
 
Upvote 0
cfree36 said:
...just trying to better understand the formula as well.
...

MATCH() always returns a position indicating integer if successful, otherwise #N/A. ISNUMBER() tests whether the result MATCH returns is a number. Hence the data type of the lookup value (text, number, date, time, truth value) MATCH is fed with is irrelevant.
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,399
Latest member
alchavar

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