Thread: SUMIF function
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Kathryn Kathryn is offline
external usenet poster
 
Posts: 8
Default SUMIF function

I want to use sumif on a row cells containing something like 2V, 4V, 1V, 3S,
8S, etc. I want to add the cells that have V in them.
I have tried using =SUMIF(A17:W17,"V",A17:W17) but it doesn't seem to work.
I'm wondering if the sum range is bothered by the letters in the cells (V or
S).