I got two similar columns with the same data but I'm trying to sum only the first row of column C
https://app.box.com/folder/0
Thanks
I got two similar columns with the same data but I'm trying to sum only the first row of column C
https://app.box.com/folder/0
Thanks
Hi,
See the attached where I've done two helper columns to do your problem in two ways. You need the second helper in some way to see which is first. Hope this example helps.
Only use first of duplicates.xlsx
One test is worth a thousand opinions.
Click the * Add Reputation below to say thanks.
Hard to say from your very limited example. Maybe, in D2 copied down
=IF(COUNTIF($A$2:$A2, A2)=1, C2, 0)
ChemistB
My 2?
substitute commas with semi-colons if your region settings requires
Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)
Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble
Not exactly, I have many more line items. This is my fault.
I revised the example
Thanks
https://app.box.com/folder/0
Last edited by excelsql987; 04-25-2017 at 09:17 AM.
You need to revise the example that you uploaded to this site as I do not have a App.box account to sign in to.
SumIfColumnsAreDuplicated.png
I hope this works better
Yes, that's what my formula does.
Did you try it? Note: it works because the second and third "A2" are not anchored.
Thanks a lot ChemistB , your formula : =IF(COUNTIF($A$2:$A2, A2)=1, C2, 0) works perfectly.
I guess I'm still puzzled because your formula ignores column "B"
but still I get the accurate results and that's what matter.
Thanks again for your quick help.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks