How can I stop excel reading special characters as the same

Nikeyg

New Member
Joined
Jan 22, 2018
Messages
15
Hi there

I have a spreadsheet that runs a reconciliation on multiple products, and to do this needs to operate a mapping table based on what my external data says compared to my internal data.
Now, my external data has two fields which I combine to form a single cell to reference against. So, for the examples I am using here it would take A- and C and create A-C and it would take A? and C and create A?C
The problem is that Excel considers A?C and A-C as the same, and when trying to map the products only takes one of these into consideration for both.

How can I get Excel to realise these characters are different for my mapping to work?
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
? is a wildcard character in many instances so it can be used as a substitute for any single character, if you want to specifically look for a ? then you need to precede it with the tilde character, i.e. ~?
 
Upvote 0
? is a wildcard character in many instances so it can be used as a substitute for any single character, if you want to specifically look for a ? then you need to precede it with the tilde character, i.e. ~?
Thank you!
 
Upvote 0

Forum statistics

Threads
1,214,830
Messages
6,121,839
Members
449,051
Latest member
excelquestion515

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