Conditional Formatting Duplicate Values and SUMIFS() false data, need help

supershot0015

New Member
Joined
Feb 18, 2014
Messages
4
Hi there,

I can not determine what my issue is, but I need a solution fast!!

We Concatenate() 4 data points to creat a 17 digits text field for lookup. In using conditional formatting for duplicate values and a Sumifs() formula for totalling dollars, it is treating "09961254123882001" & "09961254123882002" as the same number. It is showing up as a duplicate value and the total is being double counted as the Sumifs() is returning the same value for both.

Thanks in advance!

Brent
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Excel is a 'numbers' based program.
So it often considers anything that looks like a number as a number.
However, it only sees 15 significant digits.

So it's really only seeing the first 15 digits of each value, which are actually the same.
099612541238820|01
and
099612541238820|02


What you might do, is in your concatenation of 4 data points, insert an actual text value, like the pipe character |

=A1&"|"&B1

This will force the sumif to treat the values as TEXT instead of Number.
 
Upvote 0
Thanks Jonmo, I figured it was some sort of number vs text related issue, but wasn't sure. Much Appreciated and very timely!
 
Upvote 0

Forum statistics

Threads
1,223,243
Messages
6,170,967
Members
452,371
Latest member
Frana

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