Isnumber

sburkhar

Active Member
Joined
Oct 4, 2006
Messages
363
You gave me the formula below which works fine for the populated rows.

IF(D17="","",IF(ISNUMBER(SEARCH("Terminal",D17)),"Term",IF(ISNUMBER(SEARCH("Wire",D17)),"Wire","Other")))

However, the unused rows have this in the reference cell:
=CHANGE MATRIX '!E27
This is returning "Other" on all the unused rows. So, in the example above D17 is not really empty.

I need the unused cells to remain empty of "Term", "Wire" or "Other"
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
What value is returned in the "unused rows"?

The formula you already have isn't testing for an "empty" cell, but is testing for a cell that does not contain a value - that way a truly empty cell, or a cell that contains the null character "", will return the proper statement.
 
Upvote 0
You gave me the formula below which works fine for the populated rows.
Who gave you this formula? If this is a follow-up on a question you already asked, you should post it back to the original question. That way, those who were helping you with this can see it and respond.
 
Upvote 0
No value is returned in the unused rows unless a previous tab is populated.
The cell appears empty but in reality has the ='CHANGE MATRIX '!E13 formula in it.
 
Upvote 0

Forum statistics

Threads
1,214,919
Messages
6,122,260
Members
449,075
Latest member
staticfluids

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