Help_Me_Excel
New Member
- Joined
- Jun 13, 2011
- Messages
- 14
I am trying to sum a few cells that contain numbers and text, but I only want to sum the numbers that have a K in behind it. For example one cell could have 30K 12.5% 25K 13.0% and I want it to add to 55, just what is in front of the K's. I am using Excel 2007<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
<o></o>
I tried using <o></o>
=SUM(IF(C17:C18<>"",SUBSTITUTE(SUBSTITUTE(C17:C18,"K",""),"%","")+0))
Unfortunately that does not work, anybody have any suggestions??
Cell C
Row 17 30K 12.5% 25K 13.0%
Row 18 50K 14.0%
Row 19
=SUM(IF(C17:C18<>"",SUBSTITUTE(SUBSTITUTE(C17:C18,"K",""),"%","")+0))
Should total 105
<o></o>
I tried using <o></o>
=SUM(IF(C17:C18<>"",SUBSTITUTE(SUBSTITUTE(C17:C18,"K",""),"%","")+0))
Unfortunately that does not work, anybody have any suggestions??
Cell C
Row 17 30K 12.5% 25K 13.0%
Row 18 50K 14.0%
Row 19
=SUM(IF(C17:C18<>"",SUBSTITUTE(SUBSTITUTE(C17:C18,"K",""),"%","")+0))
Should total 105
Last edited: