Match values

hsandeep

Well-known Member
Joined
Dec 6, 2008
Messages
1,213
Office Version
  1. 2010
Platform
  1. Windows
  2. Mobile
I am giving straight example, please bear with me:
W16=XYZ (alphanumerical, numerical or alphabets). J column, J17:J900, contains values (alphanumerical, numerical or alphabets).
In column W, W17:W900, I want W17=V17 provided V17 contains values (BUT not #N/A or null or blank or even special characters like"-", etc.) AND J17=$W$16.

Please how to accomplish?
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
I am not sure what you want to do with J17 here.
I just want to make sure I am getting it right.

BTW. when you say special characters, are you referring to all the 32 spl characters from the keyboard as given below:
~`!@#$%^&*()_-+={[]}|\:;"'<>,.?/
Also when you said: "null" or "blank". Are you trying to say that there me be a cell which is not blank but, has "null" value?
like, having the following formula in a cell: =""
 
Last edited:
Upvote 0
For filling W17 as equal to the V17 provided V17 contains values (BUT not #N/A or null or blank or even special characters like"-", etc.) AND
J17=$W$16. So these 2 conditions MUST MATCH, thats why J17.
BTW. when you say special characters, are you referring to all the 32 spl characters from the keyboard as given below:
~`!@#$%^&*()_-+={[]}|\:;"'<>,.?/ YES YES

Also when you said: "null" or "blank". Are you trying to say that there me be a cell which is not blank but, has "null" value?
like, having the following formula in a cell: ="" YES YES
 
Upvote 0

Forum statistics

Threads
1,214,932
Messages
6,122,334
Members
449,077
Latest member
Jocksteriom

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