Hi
I have a worksheet containing a number of columns
One column contains a series of 4 digit numbers, and a 2 columns to the right contains a value
I need to add only values which match the same 4 digit numbers to a separate location
For example:
Col A Col C
2101 45.40
2100 32.00
2104 10.00
2100 20.00
2101 3.00
Result = Target no Total value
2101 48.40
2100 52.00
2104 10.00
I can get to the point where only the right result is returned for one row ie: =if(colA=SameAsTargetNo,+colC,+0)but what I can't figure out is how to then go down the column and add in (or not add in) subsequent Total Values? I can email over a sample if this would make it a bit clearer?
Any help would be appreciated
Thanks
Proxemic
I have a worksheet containing a number of columns
One column contains a series of 4 digit numbers, and a 2 columns to the right contains a value
I need to add only values which match the same 4 digit numbers to a separate location
For example:
Col A Col C
2101 45.40
2100 32.00
2104 10.00
2100 20.00
2101 3.00
Result = Target no Total value
2101 48.40
2100 52.00
2104 10.00
I can get to the point where only the right result is returned for one row ie: =if(colA=SameAsTargetNo,+colC,+0)but what I can't figure out is how to then go down the column and add in (or not add in) subsequent Total Values? I can email over a sample if this would make it a bit clearer?
Any help would be appreciated
Thanks
Proxemic