Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 1
Angry How can I get rid of loads of conditional formatting

I have a workbook for processing exam scores, calculating weighting between exam areas, and working out final grades etc. It's nothing fancy or complex. Has a lot of nested If's but worked fine until today.

Stupidly, I put in a ton of conditional formatting today to prevent data entry errors as a way of validation. Doh, it now runs like a dog, like 20 seconds at 98% CPU to copy paste 1 cell. But the file size is just 275kb.

1. How can I get rid of, or reduce the conditional formatting. Tried the CF Manager, but there are now '000's of cells, so not an option.

2. What is the simplest way to prevent or warn the user that they have entered a number in 1 cell that results in 100% calculation in the adjacent cell? Currently I had just put CF on the calculated % score result cell. Worked fine, until I extrapolated across the board by way of mass Format Painter.

Help...

Thanks in anticipation.

Last edited by Ali Adnan : August 23rd 10 at 11:19 AM Reason: Sorted - found the answer...
  #2   Report Post  
Senior Member
 
Location: Philippines
Posts: 161
Default

Quote:
Originally Posted by Ali Adnan View Post
I have a workbook for processing exam scores, calculating weighting between exam areas, and working out final grades etc. It's nothing fancy or complex. Has a lot of nested If's but worked fine until today.

Stupidly, I put in a ton of conditional formatting today to prevent data entry errors as a way of validation. Doh, it now runs like a dog, like 20 seconds at 98% CPU to copy paste 1 cell. But the file size is just 275kb.

1. How can I get rid of, or reduce the conditional formatting. Tried the CF Manager, but there are now '000's of cells, so not an option.

2. What is the simplest way to prevent or warn the user that they have entered a number in 1 cell that results in 100% calculation in the adjacent cell? Currently I had just put CF on the calculated % score result cell. Worked fine, until I extrapolated across the board by way of mass Format Painter.

Help...

Thanks in anticipation.
You can select all cells with conditional formatting via:

F5 Special Conditional Formatting OK

Why not try a formula that looks like this:

=IF(Reference Cell = "the thresh hold", 100%, Some range %)

or create a table like:

A_____B_____c
1 10____20____10%
2 21____30____20%
3 31____40____30%

Then use a VLOOKUP function like: =VLOOKUP(Reference Cell,A1:C3,3,1)
__________________
Asobi Wa Owari Da
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Workbook only partly loads WoodWorker Excel Discussion (Misc queries) 0 April 26th 07 06:48 PM
excel loads another workbook to run the macro... micmacuk Excel Discussion (Misc queries) 2 April 25th 06 10:47 PM
No email since set up.Loads before.Reasons why? Reva Tir. New Users to Excel 1 December 23rd 05 01:16 AM
Excel loads slow Shane Excel Discussion (Misc queries) 1 October 27th 05 07:15 PM
Loads too slow Heather Excel Discussion (Misc queries) 0 April 12th 05 12:34 PM


All times are GMT +1. The time now is 06:06 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"