If statement problem

  • Thread starter Thread starter alimirfarhad
  • Start date Start date
A

alimirfarhad

I want to add the expenses of one person from the given below exce
data.


A...............B...................C
Name........Expense
A...............100
B...............200
A...............50
C...............67
A...............84

I just want to find out total expenses of 'A'. How this can be don
using IF statement or if there is any other solution.


Thanks
 
Back
Top