Cond Formatting a subtotal row

  • Thread starter Thread starter Cary
  • Start date Start date
What do you mean? What is the condition in this case, and why is it
different to conditionally formatting any other cell?

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
Simply restated, how do I get Excel to highlight those rows in a
spreadsheet which contain the formula SUBTOTAL?

I have tried Formula Is Subtotal to no avail
 
If they have been generated by means of the Data | Subtotals routine,
then you can group and ungroup rows using the symbols in the panel on
the left.

If instead they have been manually generated by inserting rows at the
appropriate point, then these rows can be selected by means of an
Autofilter on a column which does not have the formulae - selecting
<blanks> as the criteria. Note that the subtotals will show 0 if this
method is used, but if you only want to format the visible rows this
does not matter.

Hope this helps.

Pete
 
Just test for the value "Total" in the cell in CF, such as

=ISNUMBER(FIND(A1,"Total"))

I have assume that you know how to create CF with formulae conditions.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top