I don't think it's possible to use the equivalent of Formula-Is with
icon-sets. Only way I can think of is with a helper column, say to the left
of col-L
=IF(L1>M1,1,IF(L1=M1,0,-1))
Copy the formula down and apply the icon-sets
You could make the font white to hide those 1's & 0's, add a white border to
the right edge of the column, and resize the columns to make the pair look
like a single column. If you are already using col-K you might need to
insert the new column shifting all others right.
You might want to ensure the user understands the icons refer to cell L vs.
M, and not L vs. other L-cells as is what icon-sets refer to by default.
Regards,
Peter T
"mattagc" <(E-Mail Removed)> wrote in message
news:5E6D7F16-20A2-4437-822E-(E-Mail Removed)...
> Hello,
>
> I've been having "issues" with Excel 2007 and conditional formatting.
>
> I've been trying to get an icon set (arrows) working with my data for
> awhile
> now, and after several hours of searching the net, I'm still at a loss.
>
> I have 180 groups of data that this needs to be applied too, so I don't
> want
> to have to do it one cell at a time.
>
> Here's what I'm trying to do:
>
> When the cell L1 is greater than M1, display a red arrow, if they're the
> same, yellow arrow, and if it's lower, green arrow. I have this working.
> The
> issue comes into play when I try and copy it through cells L2 through
> L181...it all references back to cell M1 because of the required
> absolutes.
>
> Is there an easy workaround to this, or am I stuck creating a rule for all
> 180 cells?
>
> Thanks in advance,
>
> Matt
|