View Single Post
  #5  
Old January 13th, 2010, 04:30 PM posted to microsoft.public.excel.worksheet.functions
Trevor Little[_2_]
external usenet poster
 
Posts: 5
Default Summing Cells with Text and Numbers

Thanks Bernard, This formula worked perfectly for me as well.

The same with the note I left on Mike's formula, I also had to use the
"value(..)" formula in order to have it it take the last part of the number
as a "number" value.

Thanks again.

"Bernard Liengme" wrote:

=SUMPRODUCT((LEFT(A11)="S")*(MID(A11,2,20)))
best wishes
--
Bernard Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme

"Trevor Little" Trevor wrote in message
...
Is it possible to use the Sumif function to add numbers with a specific
designator in front of it?

Eg.
A row contains strings like: S8, S10, V5, S5

Is there a formula that can total the S's? (Total would be 23)


.