Forum Discussion
ejo74
Mar 09, 2020Copper Contributor
Calculate difference in numerical value for same unique identifier on two separate data sets
HELP! I'm looking for a quick way to calculate the difference in column C based on a match in column A between the two worksheets. I want to see the change in $$ for each "customer" from one report t...
- Mar 09, 2020
That could be
=D2-IFNA(INDEX(February!$D:$D,MATCH(March!$A2,February!$A:$A,0)),0)Please see in attached file
SergeiBaklan
Mar 09, 2020Diamond Contributor
That could be
=D2-IFNA(INDEX(February!$D:$D,MATCH(March!$A2,February!$A:$A,0)),0)
Please see in attached file
ejo74
Mar 10, 2020Copper Contributor
SergeiBaklan - it worked! I'm going to try altering the formula for the actual data I use and will return if I have any other issues. Thank you so much!
- SergeiBaklanMar 10, 2020Diamond Contributor
Yes, sure, if there are any questions please ask