Thread: Formula Help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
primed primed is offline
external usenet poster
 
Posts: 23
Default Formula Help

I am currently using this formula
=SUMIFS(Table1[7],$A$11:$A$22,$A36,$B$11:$B$22,$B36)

I would like the formula changed so when there is an "X" in Table1[7] the
result is "X".
I have tried adding iferror to the formula, but the result comes out as 0.
I need the result to be "X" as i have 3 conditional formulas on the table
that holds the results. 0 = blue, greater than 0 = green, X = red

Thanks in advance

Regards
Primed