M
Mike
I am trying to get a couple functions to work together. I have a sheet with
unique numbers in D172021. I have data in columns C, E, F, G, H, I, and J
related to the cell under the D column. I want to enter any of the numbers
in column D (example - 1061) into cell E9 and I need Excel to find that
number and display it. If the number entered into E9 is not found in
D172021 I want E9 to display "Not Valid". I have frozen the pane below the
column titles. My thought was to enter the following formula into an unused
column and hide it
=IF(E9=D172021,SEARCH(E9,D172021),E9="Not Valid")
I was not surprised when I received a #VALUE! into the cell the formula is
in. I could be close, or I could be so far off with this. Any assistance
would be appreciated.
unique numbers in D172021. I have data in columns C, E, F, G, H, I, and J
related to the cell under the D column. I want to enter any of the numbers
in column D (example - 1061) into cell E9 and I need Excel to find that
number and display it. If the number entered into E9 is not found in
D172021 I want E9 to display "Not Valid". I have frozen the pane below the
column titles. My thought was to enter the following formula into an unused
column and hide it
=IF(E9=D172021,SEARCH(E9,D172021),E9="Not Valid")
I was not surprised when I received a #VALUE! into the cell the formula is
in. I could be close, or I could be so far off with this. Any assistance
would be appreciated.