Conditional formatting on multiple tabs in a workbook

Ozhatch

Board Regular
Joined
Oct 31, 2011
Messages
65
Office Version
  1. 2007
Platform
  1. Windows
I am working on a spreadsheet which has 8 tabs. All tabs have the same column headings, and up to 500 rows. I would like to set up several formulae for conditional formatting, but that can't be done if all the tabs are selected.

It's really painful to have to rewrite each of the 7 the formulae I require for each tab.

The formula is: for cells $A$2:$T$501
Code:
=$U2="Declined"
or one of 6 other conditions, with font formatting or cell color settings, or often both.

Can someone suggest a solution, please?
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
  • Conditional Format one sheet
  • Select cells A2:T501 and copy
  • Right-click on cell A2 on another sheet and select Paste Special from the pop-up menu
  • Paste Special dialog: Formats and OK
  • Repeat for the other sheets
 
Upvote 0
Solution
Thanks, AlfaFrog, but that can't happen. I can understand that process working if I'm setting up the workbook from scratch, but I receive the workbook with information already entered. If I copy and paste I'll lose that information.

Sorry; I should have made that clear in my original post.

:oops:
 
Upvote 0
Paste Special: Formats doesn't paste cell values. Only cell formatting.

What am I missing?
 
Upvote 0
What am I missing?

:oops:

You didn't miss anything, AlfaFrog; I did! I missed the paste special 'format'. My apologies...

...and my sincere thanks for your assistance.

(y)
 
Upvote 0

Forum statistics

Threads
1,219,162
Messages
6,146,660
Members
450,706
Latest member
LGVBPP

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top