Question on Subtotal Function

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using the Subtotal function and it works good. Is it possible to high
light the numeric figure. What it does it high lights the word TOTAL but
not the numeric amount. Also is there a way to insert a line after the last
Subtotal operation automatically? Thanks in advance for you help.
 
Hi
try:
- select A1:B100 (adapt to your data layout)
- goto 'Format - Conditonal format
- enter the following formula:
=ISNUMBER(SEARCH("total",$A1))
- choose a format
 

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