I am trying to sum rows of data based on certain criteria, this criteria is contained in each row, I will illustrate my problem with a simplified example:
2400 IF1
2500 IF2
2600 IF1
The result I would like to achieve is for the rows containing IF1 to summed giving 5000 and for IF2 to give the result 2500.
I hope this is clear, please someone help as I am getting desperate
2400 IF1
2500 IF2
2600 IF1
The result I would like to achieve is for the rows containing IF1 to summed giving 5000 and for IF2 to give the result 2500.
I hope this is clear, please someone help as I am getting desperate