View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
soph
 
Posts: n/a
Default Summing part of a string excluding cells

Hi

Sorry, I hit enter on my last post before I finished!
My problem is that in a column that I am trying to sum, most cells have the
format c1.3 (1 letter and 3 digit spaces) but some cells simply have an "X".
I tried to use the formula advised to Arturo:
=SUMPRODUCT(--(RIGHT(I9:I32,3))) but I need to somehow exclude the X's or
count them as 0. I assume this needs to be an "if_then_" format but I am
stuck on how to do this?

Cheers
Soph