Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
fomula problems
 
Posts: n/a
Default shading a rowwhen a time is entered but no shading when 0 is enter

Sloth i know that you replied with a formula, but still cannot get it to
work.below is the sort of worksheet i am using, and have discribed below what
i want it to do.
also can you explain how to enter the formula and where thank you.



A B C D E G
1 63 59 78 89 58 12:40
2 22 54 36 74 25 11:10
3 19 36 27 46 58 12:25
4 46 98 68 96 56 0

When i enter a time is column G i would like the wholeof that row to
highlighted up to and including G, if i enter 0 because a time has not been
established i do not want the row to be highlighted, but then if i do
establish a time late i can enter the time and the row will be highlighted,if
the formula you gave me will do that, could you also let me know how to enter
it on the worksheet, new to this sort of thing.
Alan

  #2   Report Post  
Barb Reinhardt
 
Posts: n/a
Default shading a rowwhen a time is entered but no shading when 0 is enter

You need to use conditional formatting to do what you want.

"fomula problems" wrote in
message ...
Sloth i know that you replied with a formula, but still cannot get it to
work.below is the sort of worksheet i am using, and have discribed below
what
i want it to do.
also can you explain how to enter the formula and where thank you.



A B C D E G
1 63 59 78 89 58 12:40
2 22 54 36 74 25 11:10
3 19 36 27 46 58 12:25
4 46 98 68 96 56 0

When i enter a time is column G i would like the wholeof that row to
highlighted up to and including G, if i enter 0 because a time has not
been
established i do not want the row to be highlighted, but then if i do
establish a time late i can enter the time and the row will be
highlighted,if
the formula you gave me will do that, could you also let me know how to
enter
it on the worksheet, new to this sort of thing.
Alan



  #3   Report Post  
fomula problems
 
Posts: n/a
Default shading a rowwhen a time is entered but no shading when 0 is e

I know that i need to use conditional formatting, but have never done it
before tryied to use it it but did not understand how to use it and what to
put in the boxes.
Alan

"Barb Reinhardt" wrote:

You need to use conditional formatting to do what you want.

"fomula problems" wrote in
message ...
Sloth i know that you replied with a formula, but still cannot get it to
work.below is the sort of worksheet i am using, and have discribed below
what
i want it to do.
also can you explain how to enter the formula and where thank you.



A B C D E G
1 63 59 78 89 58 12:40
2 22 54 36 74 25 11:10
3 19 36 27 46 58 12:25
4 46 98 68 96 56 0

When i enter a time is column G i would like the wholeof that row to
highlighted up to and including G, if i enter 0 because a time has not
been
established i do not want the row to be highlighted, but then if i do
establish a time late i can enter the time and the row will be
highlighted,if
the formula you gave me will do that, could you also let me know how to
enter
it on the worksheet, new to this sort of thing.
Alan




  #4   Report Post  
Bob Phillips
 
Posts: n/a
Default shading a rowwhen a time is entered but no shading when 0 is e

Select all the rows, starting at 1
Menu FormatConditional Formatting
Change Condition 1 to Formula Is
Add a formula of =AND($G1<"",$G1<0)
Click the Format button
Select the Pattern Tab
Select an appropriate highlighting colour
OK
OK



--

HTH

RP
(remove nothere from the email address if mailing direct)


"fomula problems" wrote in
message ...
I know that i need to use conditional formatting, but have never done it
before tryied to use it it but did not understand how to use it and what

to
put in the boxes.
Alan

"Barb Reinhardt" wrote:

You need to use conditional formatting to do what you want.

"fomula problems" wrote in
message ...
Sloth i know that you replied with a formula, but still cannot get it

to
work.below is the sort of worksheet i am using, and have discribed

below
what
i want it to do.
also can you explain how to enter the formula and where thank you.



A B C D E G
1 63 59 78 89 58 12:40
2 22 54 36 74 25 11:10
3 19 36 27 46 58 12:25
4 46 98 68 96 56 0

When i enter a time is column G i would like the wholeof that row to
highlighted up to and including G, if i enter 0 because a time has not
been
established i do not want the row to be highlighted, but then if i do
establish a time late i can enter the time and the row will be
highlighted,if
the formula you gave me will do that, could you also let me know how

to
enter
it on the worksheet, new to this sort of thing.
Alan






  #5   Report Post  
fomula problems
 
Posts: n/a
Default shading a rowwhen a time is entered but no shading when 0 is e

Bob cheers have tried to do as you say but when i get the conditioning
formatting boxes come up i changed the condition one to IS okay but could not
fill the other boxes where do i enter the formula, sorry to be a pain.
Alan

"Bob Phillips" wrote:

Select all the rows, starting at 1
Menu FormatConditional Formatting
Change Condition 1 to Formula Is
Add a formula of =AND($G1<"",$G1<0)
Click the Format button
Select the Pattern Tab
Select an appropriate highlighting colour
OK
OK



--

HTH

RP
(remove nothere from the email address if mailing direct)


"fomula problems" wrote in
message ...
I know that i need to use conditional formatting, but have never done it
before tryied to use it it but did not understand how to use it and what

to
put in the boxes.
Alan

"Barb Reinhardt" wrote:

You need to use conditional formatting to do what you want.

"fomula problems" wrote in
message ...
Sloth i know that you replied with a formula, but still cannot get it

to
work.below is the sort of worksheet i am using, and have discribed

below
what
i want it to do.
also can you explain how to enter the formula and where thank you.



A B C D E G
1 63 59 78 89 58 12:40
2 22 54 36 74 25 11:10
3 19 36 27 46 58 12:25
4 46 98 68 96 56 0

When i enter a time is column G i would like the wholeof that row to
highlighted up to and including G, if i enter 0 because a time has not
been
established i do not want the row to be highlighted, but then if i do
establish a time late i can enter the time and the row will be
highlighted,if
the formula you gave me will do that, could you also let me know how

to
enter
it on the worksheet, new to this sort of thing.
Alan









  #6   Report Post  
Bob Phillips
 
Posts: n/a
Default shading a rowwhen a time is entered but no shading when 0 is e

When you change Condition 1 dropdown to Formula Is, there will be an empty
text box to the right. Add it there.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"fomula problems" wrote in
message ...
Bob cheers have tried to do as you say but when i get the conditioning
formatting boxes come up i changed the condition one to IS okay but could

not
fill the other boxes where do i enter the formula, sorry to be a pain.
Alan

"Bob Phillips" wrote:

Select all the rows, starting at 1
Menu FormatConditional Formatting
Change Condition 1 to Formula Is
Add a formula of =AND($G1<"",$G1<0)
Click the Format button
Select the Pattern Tab
Select an appropriate highlighting colour
OK
OK



--

HTH

RP
(remove nothere from the email address if mailing direct)


"fomula problems" wrote in
message ...
I know that i need to use conditional formatting, but have never done

it
before tryied to use it it but did not understand how to use it and

what
to
put in the boxes.
Alan

"Barb Reinhardt" wrote:

You need to use conditional formatting to do what you want.

"fomula problems" wrote

in
message ...
Sloth i know that you replied with a formula, but still cannot get

it
to
work.below is the sort of worksheet i am using, and have discribed

below
what
i want it to do.
also can you explain how to enter the formula and where thank you.



A B C D E G
1 63 59 78 89 58 12:40
2 22 54 36 74 25 11:10
3 19 36 27 46 58 12:25
4 46 98 68 96 56 0

When i enter a time is column G i would like the wholeof that row

to
highlighted up to and including G, if i enter 0 because a time has

not
been
established i do not want the row to be highlighted, but then if i

do
establish a time late i can enter the time and the row will be
highlighted,if
the formula you gave me will do that, could you also let me know

how
to
enter
it on the worksheet, new to this sort of thing.
Alan









  #7   Report Post  
Ragdyer
 
Posts: n/a
Default shading a rowwhen a time is entered but no shading when 0 is e

Bob's explanation is accurate, so you're not following it *exactly*

Let's try again:
From your example, select A1 to G4, then:
<Format <ConditionalFormatting
The window under "Condition1" displays "CellValue Is" by default.
Click the small down arrow on the right side of that window to expand the
options.
Click on "Formula Is".

This gives you a *single* window to the right, where you will enter Bob's
formula:

=AND($G1<"",$G1<0)

Now, click on "Format",
And choose a Pattern color and/or a Font color.
Then <OK <OK

You should now have what you asked for.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"fomula problems" wrote in
message ...
Bob cheers have tried to do as you say but when i get the conditioning
formatting boxes come up i changed the condition one to IS okay but could

not
fill the other boxes where do i enter the formula, sorry to be a pain.
Alan

"Bob Phillips" wrote:

Select all the rows, starting at 1
Menu FormatConditional Formatting
Change Condition 1 to Formula Is
Add a formula of =AND($G1<"",$G1<0)
Click the Format button
Select the Pattern Tab
Select an appropriate highlighting colour
OK
OK



--

HTH

RP
(remove nothere from the email address if mailing direct)


"fomula problems" wrote in
message ...
I know that i need to use conditional formatting, but have never done

it
before tryied to use it it but did not understand how to use it and

what
to
put in the boxes.
Alan

"Barb Reinhardt" wrote:

You need to use conditional formatting to do what you want.

"fomula problems" wrote

in
message ...
Sloth i know that you replied with a formula, but still cannot get

it
to
work.below is the sort of worksheet i am using, and have discribed

below
what
i want it to do.
also can you explain how to enter the formula and where thank you.



A B C D E G
1 63 59 78 89 58 12:40
2 22 54 36 74 25 11:10
3 19 36 27 46 58 12:25
4 46 98 68 96 56 0

When i enter a time is column G i would like the wholeof that row

to
highlighted up to and including G, if i enter 0 because a time has

not
been
established i do not want the row to be highlighted, but then if i

do
establish a time late i can enter the time and the row will be
highlighted,if
the formula you gave me will do that, could you also let me know

how
to
enter
it on the worksheet, new to this sort of thing.
Alan








  #8   Report Post  
fomula problems
 
Posts: n/a
Default shading a rowwhen a time is entered but no shading when 0 is e

Thank you Bob and Rag, yes it was my mistake,it work great thanks for your
help. How do you get to know this sort of thing is there a book that can give
information on functions for Excel.
Alan

"Ragdyer" wrote:

Bob's explanation is accurate, so you're not following it *exactly*

Let's try again:
From your example, select A1 to G4, then:
<Format <ConditionalFormatting
The window under "Condition1" displays "CellValue Is" by default.
Click the small down arrow on the right side of that window to expand the
options.
Click on "Formula Is".

This gives you a *single* window to the right, where you will enter Bob's
formula:

=AND($G1<"",$G1<0)

Now, click on "Format",
And choose a Pattern color and/or a Font color.
Then <OK <OK

You should now have what you asked for.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"fomula problems" wrote in
message ...
Bob cheers have tried to do as you say but when i get the conditioning
formatting boxes come up i changed the condition one to IS okay but could

not
fill the other boxes where do i enter the formula, sorry to be a pain.
Alan

"Bob Phillips" wrote:

Select all the rows, starting at 1
Menu FormatConditional Formatting
Change Condition 1 to Formula Is
Add a formula of =AND($G1<"",$G1<0)
Click the Format button
Select the Pattern Tab
Select an appropriate highlighting colour
OK
OK



--

HTH

RP
(remove nothere from the email address if mailing direct)


"fomula problems" wrote in
message ...
I know that i need to use conditional formatting, but have never done

it
before tryied to use it it but did not understand how to use it and

what
to
put in the boxes.
Alan

"Barb Reinhardt" wrote:

You need to use conditional formatting to do what you want.

"fomula problems" wrote

in
message ...
Sloth i know that you replied with a formula, but still cannot get

it
to
work.below is the sort of worksheet i am using, and have discribed
below
what
i want it to do.
also can you explain how to enter the formula and where thank you.



A B C D E G
1 63 59 78 89 58 12:40
2 22 54 36 74 25 11:10
3 19 36 27 46 58 12:25
4 46 98 68 96 56 0

When i enter a time is column G i would like the wholeof that row

to
highlighted up to and including G, if i enter 0 because a time has

not
been
established i do not want the row to be highlighted, but then if i

do
establish a time late i can enter the time and the row will be
highlighted,if
the formula you gave me will do that, could you also let me know

how
to
enter
it on the worksheet, new to this sort of thing.
Alan









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
shading certain months on time chart Bob Richardson Charts and Charting in Excel 13 February 17th 05 05:41 PM
Automatically enter date and time but only update once. PM New Users to Excel 3 January 21st 05 07:47 AM
The shortcut to enter time in excel should include seconds. JoeGill Excel Discussion (Misc queries) 3 January 9th 05 08:02 PM
Help - Information with time and date PM Excel Discussion (Misc queries) 4 January 6th 05 08:25 AM
Employee schedule: I want it to calculate time entered such as 11. Atlanta Rudy Excel Discussion (Misc queries) 2 January 6th 05 05:19 AM


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