Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default Conditional format in a List

I am creating a Template and need a little help.
I have the data entry area set up as a list and have set up the following
conditional format to shade every other row =MOD(SUBTOTAL(3,$A$4:$A4),2)=0
This conditional format is only applied to the data area (columns A through
N), not to the entire row.
When I go to the blue asterisk and enter 2 new records, the conditional
format only carries down in columns M and N. Those two columns have
formulas...columns A through L are data entry.
Any idea how to correct this so the conditional format formula correctly
carries down for the entire applied area (A:N)? I have been resetting the
conditional format formulas for an hour now to make sure they apply to the
entire data area, but it's not working. I even have 4 starter rows with fake
data to help Excel understand that this needs to carry down, but nothing
works.
Thank you!!!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 347
Default Conditional format in a List

HI,

Try:

=MOD(ROW(),2)=0

HTH
Jean-Guy

"KC Rippstein" wrote:

I am creating a Template and need a little help.
I have the data entry area set up as a list and have set up the following
conditional format to shade every other row =MOD(SUBTOTAL(3,$A$4:$A4),2)=0
This conditional format is only applied to the data area (columns A through
N), not to the entire row.
When I go to the blue asterisk and enter 2 new records, the conditional
format only carries down in columns M and N. Those two columns have
formulas...columns A through L are data entry.
Any idea how to correct this so the conditional format formula correctly
carries down for the entire applied area (A:N)? I have been resetting the
conditional format formulas for an hour now to make sure they apply to the
entire data area, but it's not working. I even have 4 starter rows with fake
data to help Excel understand that this needs to carry down, but nothing
works.
Thank you!!!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default Conditional format in a List

Can't do that one, as it won't work when a filter is applied. I need to use
the count functionality.
I have even tried to change the reference to column N instead of column A,
since column N actually carries the formatting down, but that also did not
work.
I also tried to do a lookup formula to have it count from $A$4 to the index
of the last cell in column $A with a value, and that did not work at all (it
shaded all rows with data, despite the mod and count functions).

--
Please remember to indicate when the post is answered so others can benefit
from it later.


"pinmaster" wrote:

HI,

Try:

=MOD(ROW(),2)=0

HTH
Jean-Guy

"KC Rippstein" wrote:

I am creating a Template and need a little help.
I have the data entry area set up as a list and have set up the following
conditional format to shade every other row =MOD(SUBTOTAL(3,$A$4:$A4),2)=0
This conditional format is only applied to the data area (columns A through
N), not to the entire row.
When I go to the blue asterisk and enter 2 new records, the conditional
format only carries down in columns M and N. Those two columns have
formulas...columns A through L are data entry.
Any idea how to correct this so the conditional format formula correctly
carries down for the entire applied area (A:N)? I have been resetting the
conditional format formulas for an hour now to make sure they apply to the
entire data area, but it's not working. I even have 4 starter rows with fake
data to help Excel understand that this needs to carry down, but nothing
works.
Thank you!!!

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 347
Default Conditional format in a List

Hi,

OH a filtered list!!!! I'm not an expert but I don't think that is
possible, not with a function anyway but maybe with VBA, something I can't
help you with sorry about that. ButI'm sure some of the MVP's outhere can
come up with a solution for you, Good Luck!

Regards!
Jean-Guy

"KC Rippstein" wrote:

Can't do that one, as it won't work when a filter is applied. I need to use
the count functionality.
I have even tried to change the reference to column N instead of column A,
since column N actually carries the formatting down, but that also did not
work.
I also tried to do a lookup formula to have it count from $A$4 to the index
of the last cell in column $A with a value, and that did not work at all (it
shaded all rows with data, despite the mod and count functions).

--
Please remember to indicate when the post is answered so others can benefit
from it later.


"pinmaster" wrote:

HI,

Try:

=MOD(ROW(),2)=0

HTH
Jean-Guy

"KC Rippstein" wrote:

I am creating a Template and need a little help.
I have the data entry area set up as a list and have set up the following
conditional format to shade every other row =MOD(SUBTOTAL(3,$A$4:$A4),2)=0
This conditional format is only applied to the data area (columns A through
N), not to the entire row.
When I go to the blue asterisk and enter 2 new records, the conditional
format only carries down in columns M and N. Those two columns have
formulas...columns A through L are data entry.
Any idea how to correct this so the conditional format formula correctly
carries down for the entire applied area (A:N)? I have been resetting the
conditional format formulas for an hour now to make sure they apply to the
entire data area, but it's not working. I even have 4 starter rows with fake
data to help Excel understand that this needs to carry down, but nothing
works.
Thank you!!!

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default Conditional format in a List

Actually, this funtion using =MOD(SUBTOTAL(3,$A$4:$A4),2)=0 works
brilliantly, it just won't consistently apply itself to new rows added to the
list, and I am even using Excel's List feature, adding new records where the
blue asterisk is located.

-KC


"pinmaster" wrote:

Hi,

OH a filtered list!!!! I'm not an expert but I don't think that is
possible, not with a function anyway but maybe with VBA, something I can't
help you with sorry about that. ButI'm sure some of the MVP's outhere can
come up with a solution for you, Good Luck!

Regards!
Jean-Guy

"KC Rippstein" wrote:

Can't do that one, as it won't work when a filter is applied. I need to use
the count functionality.
I have even tried to change the reference to column N instead of column A,
since column N actually carries the formatting down, but that also did not
work.
I also tried to do a lookup formula to have it count from $A$4 to the index
of the last cell in column $A with a value, and that did not work at all (it
shaded all rows with data, despite the mod and count functions).

--
Please remember to indicate when the post is answered so others can benefit
from it later.


"pinmaster" wrote:

HI,

Try:

=MOD(ROW(),2)=0

HTH
Jean-Guy

"KC Rippstein" wrote:

I am creating a Template and need a little help.
I have the data entry area set up as a list and have set up the following
conditional format to shade every other row =MOD(SUBTOTAL(3,$A$4:$A4),2)=0
This conditional format is only applied to the data area (columns A through
N), not to the entire row.
When I go to the blue asterisk and enter 2 new records, the conditional
format only carries down in columns M and N. Those two columns have
formulas...columns A through L are data entry.
Any idea how to correct this so the conditional format formula correctly
carries down for the entire applied area (A:N)? I have been resetting the
conditional format formulas for an hour now to make sure they apply to the
entire data area, but it's not working. I even have 4 starter rows with fake
data to help Excel understand that this needs to carry down, but nothing
works.
Thank you!!!



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 347
Default Conditional format in a List

Hi,

You are absolutetly right, tried it and it works. I preformatted a large
selection using the formula below so that any added data will already have
the conditional formatting, I think that is what you need to do:

=AND(MOD(SUBTOTAL(3,A2:A$2),2)=0,$A2<"")

not sure though what you mean by excel list feature and blue asterix. You
must have a newer version than me.


HTH
Jean-Guy

"KC Rippstein" wrote:

Actually, this funtion using =MOD(SUBTOTAL(3,$A$4:$A4),2)=0 works
brilliantly, it just won't consistently apply itself to new rows added to the
list, and I am even using Excel's List feature, adding new records where the
blue asterisk is located.

-KC


"pinmaster" wrote:

Hi,

OH a filtered list!!!! I'm not an expert but I don't think that is
possible, not with a function anyway but maybe with VBA, something I can't
help you with sorry about that. ButI'm sure some of the MVP's outhere can
come up with a solution for you, Good Luck!

Regards!
Jean-Guy

"KC Rippstein" wrote:

Can't do that one, as it won't work when a filter is applied. I need to use
the count functionality.
I have even tried to change the reference to column N instead of column A,
since column N actually carries the formatting down, but that also did not
work.
I also tried to do a lookup formula to have it count from $A$4 to the index
of the last cell in column $A with a value, and that did not work at all (it
shaded all rows with data, despite the mod and count functions).

--
Please remember to indicate when the post is answered so others can benefit
from it later.


"pinmaster" wrote:

HI,

Try:

=MOD(ROW(),2)=0

HTH
Jean-Guy

"KC Rippstein" wrote:

I am creating a Template and need a little help.
I have the data entry area set up as a list and have set up the following
conditional format to shade every other row =MOD(SUBTOTAL(3,$A$4:$A4),2)=0
This conditional format is only applied to the data area (columns A through
N), not to the entire row.
When I go to the blue asterisk and enter 2 new records, the conditional
format only carries down in columns M and N. Those two columns have
formulas...columns A through L are data entry.
Any idea how to correct this so the conditional format formula correctly
carries down for the entire applied area (A:N)? I have been resetting the
conditional format formulas for an hour now to make sure they apply to the
entire data area, but it's not working. I even have 4 starter rows with fake
data to help Excel understand that this needs to carry down, but nothing
works.
Thank you!!!

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
Another Conditional format question Corben Excel Worksheet Functions 8 April 28th 06 05:46 PM
conditional format Kyle Excel Discussion (Misc queries) 1 April 25th 06 07:24 AM
Conditional Format - 3 conditions Mike Saffer Excel Worksheet Functions 3 April 13th 06 07:35 PM
Conditional format from a list of numbers langba Excel Discussion (Misc queries) 3 April 7th 06 11:02 AM
Office2000: Conditional format behaves strangely Arvi Laanemets Excel Discussion (Misc queries) 1 April 7th 05 08:47 AM


All times are GMT +1. The time now is 09:43 AM.

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"