Use SUMIF, along the lines of:
=SUMIF(your_range_containing_letters,"k",your_range_containing_money)
For example, it might look like this:
=SUMIF(A1:A100,"k",B1:B100)
This will add up the values in B1:B100 which have a corresponding value
of k in A1:A100.
Hope this helps.
Pete
(E-Mail Removed) wrote:
> i have a table, i have a column of cells containing the values 'k' or
> 's' or 't' or 'r'
> i then have a column of cells containing a sum of money representing a
> figure 'k' has achieved on that particular row of cells etc.
> i need to add the number into a seperate cell that will have the total
> value of all of 'k' sums of money
>
> sorry if thats confusing, its kinda hard to explain