Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a worksheet that I perform a subtotal on using the subtotal wizard in
the Data toolset. The wizard inserts a row and the subtotal formula based on the criteria entered. Therefore, the preceding cells (non-uniform range) are values and the inserted row is a formula. I would like to bold the inserted cells (the ones with the Subtotal formula). |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could use conditional formatting with a formula that tests for Total
=ISNUMBER(SEARCH("total",A7)) as an example -- __________________________________ HTH Bob "Phil Chamberlin" <Phil wrote in message ... I have a worksheet that I perform a subtotal on using the subtotal wizard in the Data toolset. The wizard inserts a row and the subtotal formula based on the criteria entered. Therefore, the preceding cells (non-uniform range) are values and the inserted row is a formula. I would like to bold the inserted cells (the ones with the Subtotal formula). |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Bob,
Thank you very much! This is a great suggestion and works just like I want it too. Phil "Bob Phillips" wrote: You could use conditional formatting with a formula that tests for Total =ISNUMBER(SEARCH("total",A7)) as an example -- __________________________________ HTH Bob "Phil Chamberlin" <Phil wrote in message ... I have a worksheet that I perform a subtotal on using the subtotal wizard in the Data toolset. The wizard inserts a row and the subtotal formula based on the criteria entered. Therefore, the preceding cells (non-uniform range) are values and the inserted row is a formula. I would like to bold the inserted cells (the ones with the Subtotal formula). |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional format Font Type(not colour) change | Excel Discussion (Misc queries) | |||
conditional number format dependent on other cell | Excel Discussion (Misc queries) | |||
Conditional Formatting dependent on another cell | Excel Discussion (Misc queries) | |||
Adding new 'Type' to Format->Number->Time->Type | Excel Discussion (Misc queries) | |||
Can I set the numerical type of Cell to Hex format | Excel Discussion (Misc queries) |