#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
marcy
 
Posts: n/a
Default CF ROWS

Hi all-
Can you please tell me HOW to accomplish the following:

I have a Y/N field in column Q (rows are NOT finite; adding rows daily to
the s/s) which indicates an approval for 1st submit to customer. IF the
submit is approved, this would have a "Y" entered and then I would like the
ENTIRE ROW to be greyed out.

However, there is another cell (T) which has the same parameters. So, if
submit one fails, we can move onto submit 2 and then the "Y" would get
entered into this cell (vs. Q) and then the ENTIRE ROW should get greyed out.

So, sometimes the trigger is in column Q and sometimes (more often than I
care to admit!), the trigger would be in column T. Is there someway to
conditionaly format for each scenario or both?

And, how can I make sure the range is dynamic becuase, as I mentioned, more
date (rows) are added to this report daily/weekly, etc.

Thanks IN ADVANCE for the help/direction.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Duke Carey
 
Posts: n/a
Default CF ROWS

Select a row of data - say row 2. Go to FormatConditional Formatting.
Select 'Formula is' and use this formula

=or($Q2="Y",$T2="Y")

Then click on the Format button and set your formatting


"marcy" wrote:

Hi all-
Can you please tell me HOW to accomplish the following:

I have a Y/N field in column Q (rows are NOT finite; adding rows daily to
the s/s) which indicates an approval for 1st submit to customer. IF the
submit is approved, this would have a "Y" entered and then I would like the
ENTIRE ROW to be greyed out.

However, there is another cell (T) which has the same parameters. So, if
submit one fails, we can move onto submit 2 and then the "Y" would get
entered into this cell (vs. Q) and then the ENTIRE ROW should get greyed out.

So, sometimes the trigger is in column Q and sometimes (more often than I
care to admit!), the trigger would be in column T. Is there someway to
conditionaly format for each scenario or both?

And, how can I make sure the range is dynamic becuase, as I mentioned, more
date (rows) are added to this report daily/weekly, etc.

Thanks IN ADVANCE for the help/direction.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
marcy
 
Posts: n/a
Default CF ROWS

Thanks, Duke. But, one more point, please: How can I make sure that the
range is ongoing and that the CF will follow the size of the report?

My data rows being as you say with row 2 and right now I am up to 144 but
next week, I will likely be at 200+.

Hate to press my luck but this detail wil be quite useful, please.

"Duke Carey" wrote:

Select a row of data - say row 2. Go to FormatConditional Formatting.
Select 'Formula is' and use this formula

=or($Q2="Y",$T2="Y")

Then click on the Format button and set your formatting


"marcy" wrote:

Hi all-
Can you please tell me HOW to accomplish the following:

I have a Y/N field in column Q (rows are NOT finite; adding rows daily to
the s/s) which indicates an approval for 1st submit to customer. IF the
submit is approved, this would have a "Y" entered and then I would like the
ENTIRE ROW to be greyed out.

However, there is another cell (T) which has the same parameters. So, if
submit one fails, we can move onto submit 2 and then the "Y" would get
entered into this cell (vs. Q) and then the ENTIRE ROW should get greyed out.

So, sometimes the trigger is in column Q and sometimes (more often than I
care to admit!), the trigger would be in column T. Is there someway to
conditionaly format for each scenario or both?

And, how can I make sure the range is dynamic becuase, as I mentioned, more
date (rows) are added to this report daily/weekly, etc.

Thanks IN ADVANCE for the help/direction.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Duke Carey
 
Posts: n/a
Default CF ROWS

Sorry for the incomplete answer. After you've got the CF done for a dingle
row, copy it for several hundred rows, down to the point that you'd
reasonably expect to have data, plus a small cushion

By copy it I mean:
Select the row where you've done the CF and EditCopy
Now select the same columns but as many rows as you want and EditPaste
SpecialFormat




"marcy" wrote:

Thanks, Duke. But, one more point, please: How can I make sure that the
range is ongoing and that the CF will follow the size of the report?

My data rows being as you say with row 2 and right now I am up to 144 but
next week, I will likely be at 200+.

Hate to press my luck but this detail wil be quite useful, please.

"Duke Carey" wrote:

Select a row of data - say row 2. Go to FormatConditional Formatting.
Select 'Formula is' and use this formula

=or($Q2="Y",$T2="Y")

Then click on the Format button and set your formatting


"marcy" wrote:

Hi all-
Can you please tell me HOW to accomplish the following:

I have a Y/N field in column Q (rows are NOT finite; adding rows daily to
the s/s) which indicates an approval for 1st submit to customer. IF the
submit is approved, this would have a "Y" entered and then I would like the
ENTIRE ROW to be greyed out.

However, there is another cell (T) which has the same parameters. So, if
submit one fails, we can move onto submit 2 and then the "Y" would get
entered into this cell (vs. Q) and then the ENTIRE ROW should get greyed out.

So, sometimes the trigger is in column Q and sometimes (more often than I
care to admit!), the trigger would be in column T. Is there someway to
conditionaly format for each scenario or both?

And, how can I make sure the range is dynamic becuase, as I mentioned, more
date (rows) are added to this report daily/weekly, etc.

Thanks IN ADVANCE for the help/direction.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
marcy
 
Posts: n/a
Default CF ROWS

Thanks so much for this follow-up!

"Duke Carey" wrote:

Sorry for the incomplete answer. After you've got the CF done for a dingle
row, copy it for several hundred rows, down to the point that you'd
reasonably expect to have data, plus a small cushion

By copy it I mean:
Select the row where you've done the CF and EditCopy
Now select the same columns but as many rows as you want and EditPaste
SpecialFormat




"marcy" wrote:

Thanks, Duke. But, one more point, please: How can I make sure that the
range is ongoing and that the CF will follow the size of the report?

My data rows being as you say with row 2 and right now I am up to 144 but
next week, I will likely be at 200+.

Hate to press my luck but this detail wil be quite useful, please.

"Duke Carey" wrote:

Select a row of data - say row 2. Go to FormatConditional Formatting.
Select 'Formula is' and use this formula

=or($Q2="Y",$T2="Y")

Then click on the Format button and set your formatting


"marcy" wrote:

Hi all-
Can you please tell me HOW to accomplish the following:

I have a Y/N field in column Q (rows are NOT finite; adding rows daily to
the s/s) which indicates an approval for 1st submit to customer. IF the
submit is approved, this would have a "Y" entered and then I would like the
ENTIRE ROW to be greyed out.

However, there is another cell (T) which has the same parameters. So, if
submit one fails, we can move onto submit 2 and then the "Y" would get
entered into this cell (vs. Q) and then the ENTIRE ROW should get greyed out.

So, sometimes the trigger is in column Q and sometimes (more often than I
care to admit!), the trigger would be in column T. Is there someway to
conditionaly format for each scenario or both?

And, how can I make sure the range is dynamic becuase, as I mentioned, more
date (rows) are added to this report daily/weekly, etc.

Thanks IN ADVANCE for the help/direction.



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
marcy
 
Posts: n/a
Default CF ROWS

One more question, if I may:

I created a NAMED RANGE for this s/s: "samples" with the dynamic range as
follows:

=OFFSET($A$1,0,0,COUNTA($A:$A),1)

Can I use the formula you gave me for the CF and incorporate this named
range so I can be sure it covers entires as far as I go?

Y'see what a little knowlege can do....thanks again!


"Duke Carey" wrote:

Sorry for the incomplete answer. After you've got the CF done for a dingle
row, copy it for several hundred rows, down to the point that you'd
reasonably expect to have data, plus a small cushion

By copy it I mean:
Select the row where you've done the CF and EditCopy
Now select the same columns but as many rows as you want and EditPaste
SpecialFormat




"marcy" wrote:

Thanks, Duke. But, one more point, please: How can I make sure that the
range is ongoing and that the CF will follow the size of the report?

My data rows being as you say with row 2 and right now I am up to 144 but
next week, I will likely be at 200+.

Hate to press my luck but this detail wil be quite useful, please.

"Duke Carey" wrote:

Select a row of data - say row 2. Go to FormatConditional Formatting.
Select 'Formula is' and use this formula

=or($Q2="Y",$T2="Y")

Then click on the Format button and set your formatting


"marcy" wrote:

Hi all-
Can you please tell me HOW to accomplish the following:

I have a Y/N field in column Q (rows are NOT finite; adding rows daily to
the s/s) which indicates an approval for 1st submit to customer. IF the
submit is approved, this would have a "Y" entered and then I would like the
ENTIRE ROW to be greyed out.

However, there is another cell (T) which has the same parameters. So, if
submit one fails, we can move onto submit 2 and then the "Y" would get
entered into this cell (vs. Q) and then the ENTIRE ROW should get greyed out.

So, sometimes the trigger is in column Q and sometimes (more often than I
care to admit!), the trigger would be in column T. Is there someway to
conditionaly format for each scenario or both?

And, how can I make sure the range is dynamic becuase, as I mentioned, more
date (rows) are added to this report daily/weekly, etc.

Thanks IN ADVANCE for the help/direction.

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default CF ROWS

I think you are not looking at it the right way up.

The CF applies to the single cell. Whatever the size of your range, the CF
applies independently to each. The best thing is to select many more cells
than you need and apply CF to them all. As you add data, it will trigger the
CF.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"marcy" wrote in message
...
One more question, if I may:

I created a NAMED RANGE for this s/s: "samples" with the dynamic range as
follows:

=OFFSET($A$1,0,0,COUNTA($A:$A),1)

Can I use the formula you gave me for the CF and incorporate this named
range so I can be sure it covers entires as far as I go?

Y'see what a little knowlege can do....thanks again!


"Duke Carey" wrote:

Sorry for the incomplete answer. After you've got the CF done for a

dingle
row, copy it for several hundred rows, down to the point that you'd
reasonably expect to have data, plus a small cushion

By copy it I mean:
Select the row where you've done the CF and EditCopy
Now select the same columns but as many rows as you want and EditPaste
SpecialFormat




"marcy" wrote:

Thanks, Duke. But, one more point, please: How can I make sure that

the
range is ongoing and that the CF will follow the size of the report?

My data rows being as you say with row 2 and right now I am up to 144

but
next week, I will likely be at 200+.

Hate to press my luck but this detail wil be quite useful, please.

"Duke Carey" wrote:

Select a row of data - say row 2. Go to FormatConditional

Formatting.
Select 'Formula is' and use this formula

=or($Q2="Y",$T2="Y")

Then click on the Format button and set your formatting


"marcy" wrote:

Hi all-
Can you please tell me HOW to accomplish the following:

I have a Y/N field in column Q (rows are NOT finite; adding rows

daily to
the s/s) which indicates an approval for 1st submit to customer.

IF the
submit is approved, this would have a "Y" entered and then I would

like the
ENTIRE ROW to be greyed out.

However, there is another cell (T) which has the same parameters.

So, if
submit one fails, we can move onto submit 2 and then the "Y" would

get
entered into this cell (vs. Q) and then the ENTIRE ROW should get

greyed out.

So, sometimes the trigger is in column Q and sometimes (more often

than I
care to admit!), the trigger would be in column T. Is there

someway to
conditionaly format for each scenario or both?

And, how can I make sure the range is dynamic becuase, as I

mentioned, more
date (rows) are added to this report daily/weekly, etc.

Thanks IN ADVANCE for the help/direction.



  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
marcy
 
Posts: n/a
Default CF ROWS

got it and thanks so much to both gentlemen!!

"Bob Phillips" wrote:

I think you are not looking at it the right way up.

The CF applies to the single cell. Whatever the size of your range, the CF
applies independently to each. The best thing is to select many more cells
than you need and apply CF to them all. As you add data, it will trigger the
CF.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"marcy" wrote in message
...
One more question, if I may:

I created a NAMED RANGE for this s/s: "samples" with the dynamic range as
follows:

=OFFSET($A$1,0,0,COUNTA($A:$A),1)

Can I use the formula you gave me for the CF and incorporate this named
range so I can be sure it covers entires as far as I go?

Y'see what a little knowlege can do....thanks again!


"Duke Carey" wrote:

Sorry for the incomplete answer. After you've got the CF done for a

dingle
row, copy it for several hundred rows, down to the point that you'd
reasonably expect to have data, plus a small cushion

By copy it I mean:
Select the row where you've done the CF and EditCopy
Now select the same columns but as many rows as you want and EditPaste
SpecialFormat




"marcy" wrote:

Thanks, Duke. But, one more point, please: How can I make sure that

the
range is ongoing and that the CF will follow the size of the report?

My data rows being as you say with row 2 and right now I am up to 144

but
next week, I will likely be at 200+.

Hate to press my luck but this detail wil be quite useful, please.

"Duke Carey" wrote:

Select a row of data - say row 2. Go to FormatConditional

Formatting.
Select 'Formula is' and use this formula

=or($Q2="Y",$T2="Y")

Then click on the Format button and set your formatting


"marcy" wrote:

Hi all-
Can you please tell me HOW to accomplish the following:

I have a Y/N field in column Q (rows are NOT finite; adding rows

daily to
the s/s) which indicates an approval for 1st submit to customer.

IF the
submit is approved, this would have a "Y" entered and then I would

like the
ENTIRE ROW to be greyed out.

However, there is another cell (T) which has the same parameters.

So, if
submit one fails, we can move onto submit 2 and then the "Y" would

get
entered into this cell (vs. Q) and then the ENTIRE ROW should get

greyed out.

So, sometimes the trigger is in column Q and sometimes (more often

than I
care to admit!), the trigger would be in column T. Is there

someway to
conditionaly format for each scenario or both?

And, how can I make sure the range is dynamic becuase, as I

mentioned, more
date (rows) are added to this report daily/weekly, etc.

Thanks IN ADVANCE for the help/direction.




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
Rows & Columns in Excel seadragon69 Excel Worksheet Functions 2 December 7th 05 05:54 PM
Automatically inserting rows ausdiver99 Excel Worksheet Functions 1 June 2nd 05 02:15 PM
Hiding Rows if the linked rows are blank KG Excel Discussion (Misc queries) 9 May 18th 05 02:32 AM
Insert rows Mr. G. Excel Worksheet Functions 3 March 31st 05 03:49 AM
flexible paste rows function that inserts the right number of rows marika1981 Excel Discussion (Misc queries) 1 February 18th 05 02:40 AM


All times are GMT +1. The time now is 03:15 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"