Formula Help

  • Thread starter Thread starter primed
  • Start date Start date
P

primed

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
 
I am not so sure what your problem is. but seems you want to manipulate the
"Table1[7]".

if for such modification with cell formula, you may need to use indirect
function.
 
Back
Top