Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Conditional format lowest value greater than zero and copy formula

I am using Excel 2007 but cannot get the conditional formatting to work
correctly. I have 100 rows of data. In the 1st row I need to fill the cell
with color if it's the lowest value greater than $0. Then I need to copy that
conditional format to the next 99 rows.

The conditional formating only works if the cell that's $0 is blank.

After I select the 1st row, copy, paste special, formats, it only works on a
few of the rows. The rest don't show any color. If I paste special 1 row at a
time, it works.

Thanks for any help!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Conditional format lowest value greater than zero and copy formula

I'm guessing your CF formula is incorrect.

Assuming you're dealing with cells A1:A100, the conditional format formula
for A1 is:
=A1=MIN(IF($A$1:$A$1000,$A$1:$A$100))

You should now be able to copy this format to the other cells.
(alternatively, if you select all the cells, and make cell A1 active, and
then input this formatting, it will be applied to all the cells with the
correct relative cell references in place.)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"gailana" wrote:

I am using Excel 2007 but cannot get the conditional formatting to work
correctly. I have 100 rows of data. In the 1st row I need to fill the cell
with color if it's the lowest value greater than $0. Then I need to copy that
conditional format to the next 99 rows.

The conditional formating only works if the cell that's $0 is blank.

After I select the 1st row, copy, paste special, formats, it only works on a
few of the rows. The rest don't show any color. If I paste special 1 row at a
time, it works.

Thanks for any help!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 561
Default Conditional format lowest value greater than zero and copy formula

I would say:
* First - select ALL(!) 100 cells.
* Declare the CF relying as per the formula:
=AND(A1=MIN($A$1:$A$100),A10)
*** No need to copy anything now.
Micky


"gailana" wrote:

I am using Excel 2007 but cannot get the conditional formatting to work
correctly. I have 100 rows of data. In the 1st row I need to fill the cell
with color if it's the lowest value greater than $0. Then I need to copy that
conditional format to the next 99 rows.

The conditional formating only works if the cell that's $0 is blank.

After I select the 1st row, copy, paste special, formats, it only works on a
few of the rows. The rest don't show any color. If I paste special 1 row at a
time, it works.

Thanks for any help!

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
How do copy a conditional format formula downards? Mikael Lindqvist Excel Worksheet Functions 1 November 16th 07 10:57 AM
colors and conditional format - greater than, less than Michele Excel Discussion (Misc queries) 5 October 1st 07 10:38 PM
Copy Formula Is conditional format Paul B. Excel Worksheet Functions 4 August 29th 06 10:55 PM
conditional format greater or less than Micayla Bergen Excel Discussion (Misc queries) 4 May 3rd 05 06:48 AM
How do I copy a conditional format that uses a formula in a serie. TygerJ Setting up and Configuration of Excel 1 March 31st 05 01:07 AM


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

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

About Us

"It's about Microsoft Excel"