Hide cells that equal a certain value

Diabeticus

New Member
Joined
Mar 11, 2002
Messages
7
I am using a
=VLOOKUP(D2,Sheet1!A6:B12,2,FALSE)

to look up stuff in another worksheet. i only want to see those values that are not equal to "#N/A"

Is there a way to hide these cells? MAybe using conditional formatting?

Thanks!
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Hmmm.

I don't think that is exactly what I was looking for. thanks for the suggestion. It's still displaying "#N/A" when it doesn't find something that meets my criteria. These cells are what are showing up.

I basically want to hide the entire ROW if a value of #N/A is returned. I think it is proabably beyind the scope of excel, though I could be wrong.
 
Upvote 0
how about auto filter on anything that does not equal "#N/A" ?

_________________
Hope this helps,
Chris
:)
This message was edited by Chris Davison on 2002-03-12 15:16
This message was edited by Chris Davison on 2002-03-12 15:16
 
Upvote 0
On 2002-03-12 09:46, Diabeticus wrote:
Hmmm.

I don't think that is exactly what I was looking for. thanks for the suggestion. It's still displaying "#N/A" when it doesn't find something that meets my criteria. These cells are what are showing up.

I basically want to hide the entire ROW if a value of #N/A is returned. I think it is proabably beyind the scope of excel, though I could be wrong.

Just curious about how you get #N/A when you use:

=IF(COUNTIF(A6:A12,D2),VLOOKUP(D2,Sheet1!A6:B12,2,0),"")

where 0 as the 4th arg of VLOOKUP is the same as FALSE?
This message was edited by Aladin Akyurek on 2002-03-12 15:29
 
Upvote 0
I don't know Aladin. It just did. Either way, it didn't help me with my original problem. I wish I knew why #N/A was showing up.

It is possible I implemented teh formual incorrectly. Who knows. Incidentally, I am looking into the AutoFilter possibility....looks like I may need to use a "Pivot Table" whatever that is. Reading HELP THOGUH! thanks.
 
Upvote 0
On 2002-03-13 13:39, Diabeticus wrote:
I don't know Aladin. It just did. Either way, it didn't help me with my original problem. I wish I knew why #N/A was showing up.

It is possible I implemented teh formual incorrectly. Who knows. Incidentally, I am looking into the AutoFilter possibility....looks like I may need to use a "Pivot Table" whatever that is. Reading HELP THOGUH! thanks.

You still get #N/A's. Hmmm. Maybe the lookup table itself has #N/A's? I'd like too see that WB.

Aladin
 
Upvote 0

Forum statistics

Threads
1,214,606
Messages
6,120,497
Members
448,967
Latest member
visheshkotha

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