Thread: Formula Help
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
leung leung is offline
external usenet poster
 
Posts: 119
Default Formula Help

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.

"primed" wrote:

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