Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
sri sri is offline
external usenet poster
 
Posts: 37
Default color representation of employee work hrs

Hi ...

I have 4 columns in one sheet with emp name, project name , start time and
end time per day.
In another sheet I have time (column) and emp name (row).... I need to color
differently for each employee based on the number of hours of work in order
to identify easily which hour we can assign a work or meeting .. Is graph a
good idea?

Pls help.. Thanks in advance !!!!!!!!

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 53
Default color representation of employee work hrs

I think you need to be more specific in what you are trying to achieve.

It sounds to me link you should be using something like MS Project.

Do you manually assign the work to each employee for each hour ?
--
Dave Eade
EPCS Ltd
www.EPCS.me.uk



"Sri" wrote:

Hi ...

I have 4 columns in one sheet with emp name, project name , start time and
end time per day.
In another sheet I have time (column) and emp name (row).... I need to color
differently for each employee based on the number of hours of work in order
to identify easily which hour we can assign a work or meeting .. Is graph a
good idea?

Pls help.. Thanks in advance !!!!!!!!

  #3   Report Post  
Posted to microsoft.public.excel.newusers
sri sri is offline
external usenet poster
 
Posts: 37
Default color representation of employee work hrs

Thanks for responding .... Here is my requirement. We get tasks which need
to be completed in particular time span and are assigned in our team . This
is stored in our database. we pull that in one sheet

Name Taskcode startTime EndTime
abc 123 7/20/08 8:30 7/20/08 9:30
xyz 234 7/20/08 8:00 7/20/08 10:30
abc 345 7/20/08 11:00 7/20/08 12:00
xyz 456 7/20/08 10:30 7/20/08 11:30

From the above sheet , I know abc is busy from 8:30 -9.30 and 11.00-12.00 in
a day and if at all have to assign work i can do it in either 9.30 to 11.00
or after 12.00.
In my master sheet I would like it this way..

Time\Employee abc xyz
7/20/08 8:00 --
7/20/08 8:30 -- ---
7/20/08 9:00 --- ---
7/20/08 9:30 ----
7/20/08 10:00 234
7/20/08 10.30 456
7/20/08 11:00 --- 456
7/20/08 11.30 ---
7/20/08 12:00

by looking at my master sheet I can easily say when abc if free. I either
want it to be marked with symbol or taskname or any particular color for each
employee...

Please let me know if this is possible in Excel. hope it is clear..



"Dave Eade" wrote:

I think you need to be more specific in what you are trying to achieve.

It sounds to me link you should be using something like MS Project.

Do you manually assign the work to each employee for each hour ?
--
Dave Eade
EPCS Ltd
www.EPCS.me.uk



"Sri" wrote:

Hi ...

I have 4 columns in one sheet with emp name, project name , start time and
end time per day.
In another sheet I have time (column) and emp name (row).... I need to color
differently for each employee based on the number of hours of work in order
to identify easily which hour we can assign a work or meeting .. Is graph a
good idea?

Pls help.. Thanks in advance !!!!!!!!

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 53
Default color representation of employee work hrs

It is possible, but the formula you would need to write would be huge, as
you'd have to have an "if" statement for each possible scenario.

What may be easier is in your sheet to first sort the data by date &
employee & start time.

Then your data would display as

abc 123 7/20/08 08:30 07/20/08 09:30
abc 345 7/20/08 11:00 07/20/08 12:00

The alternative may be to use MS Project, although as your already pulling
from a database that may be more involved.

I take it the database is a specific work management tool rather than
something li MS Access? If it's access you may be able to write a report
without actually using Excel.

Hope that helps....


--
Dave Eade
EPCS Ltd
www.EPCS.me.uk



"Sri" wrote:

Thanks for responding .... Here is my requirement. We get tasks which need
to be completed in particular time span and are assigned in our team . This
is stored in our database. we pull that in one sheet

Name Taskcode startTime EndTime
abc 123 7/20/08 8:30 7/20/08 9:30
xyz 234 7/20/08 8:00 7/20/08 10:30
abc 345 7/20/08 11:00 7/20/08 12:00
xyz 456 7/20/08 10:30 7/20/08 11:30

From the above sheet , I know abc is busy from 8:30 -9.30 and 11.00-12.00 in
a day and if at all have to assign work i can do it in either 9.30 to 11.00
or after 12.00.
In my master sheet I would like it this way..

Time\Employee abc xyz
7/20/08 8:00 --
7/20/08 8:30 -- ---
7/20/08 9:00 --- ---
7/20/08 9:30 ----
7/20/08 10:00 234
7/20/08 10.30 456
7/20/08 11:00 --- 456
7/20/08 11.30 ---
7/20/08 12:00

by looking at my master sheet I can easily say when abc if free. I either
want it to be marked with symbol or taskname or any particular color for each
employee...

Please let me know if this is possible in Excel. hope it is clear..



"Dave Eade" wrote:

I think you need to be more specific in what you are trying to achieve.

It sounds to me link you should be using something like MS Project.

Do you manually assign the work to each employee for each hour ?
--
Dave Eade
EPCS Ltd
www.EPCS.me.uk



"Sri" wrote:

Hi ...

I have 4 columns in one sheet with emp name, project name , start time and
end time per day.
In another sheet I have time (column) and emp name (row).... I need to color
differently for each employee based on the number of hours of work in order
to identify easily which hour we can assign a work or meeting .. Is graph a
good idea?

Pls help.. Thanks in advance !!!!!!!!

  #5   Report Post  
Posted to microsoft.public.excel.newusers
sri sri is offline
external usenet poster
 
Posts: 37
Default color representation of employee work hrs

Dave,

Sorting is not a problem. But as I said, I need to get the time slot for
each employee when he is free at a glance instead of going thru all the
records and the rquirement is supposed to be in excel...


"Dave Eade" wrote:

It is possible, but the formula you would need to write would be huge, as
you'd have to have an "if" statement for each possible scenario.

What may be easier is in your sheet to first sort the data by date &
employee & start time.

Then your data would display as

abc 123 7/20/08 08:30 07/20/08 09:30
abc 345 7/20/08 11:00 07/20/08 12:00

The alternative may be to use MS Project, although as your already pulling
from a database that may be more involved.

I take it the database is a specific work management tool rather than
something li MS Access? If it's access you may be able to write a report
without actually using Excel.

Hope that helps....


--
Dave Eade
EPCS Ltd
www.EPCS.me.uk



"Sri" wrote:

Thanks for responding .... Here is my requirement. We get tasks which need
to be completed in particular time span and are assigned in our team . This
is stored in our database. we pull that in one sheet

Name Taskcode startTime EndTime
abc 123 7/20/08 8:30 7/20/08 9:30
xyz 234 7/20/08 8:00 7/20/08 10:30
abc 345 7/20/08 11:00 7/20/08 12:00
xyz 456 7/20/08 10:30 7/20/08 11:30

From the above sheet , I know abc is busy from 8:30 -9.30 and 11.00-12.00 in
a day and if at all have to assign work i can do it in either 9.30 to 11.00
or after 12.00.
In my master sheet I would like it this way..

Time\Employee abc xyz
7/20/08 8:00 --
7/20/08 8:30 -- ---
7/20/08 9:00 --- ---
7/20/08 9:30 ----
7/20/08 10:00 234
7/20/08 10.30 456
7/20/08 11:00 --- 456
7/20/08 11.30 ---
7/20/08 12:00

by looking at my master sheet I can easily say when abc if free. I either
want it to be marked with symbol or taskname or any particular color for each
employee...

Please let me know if this is possible in Excel. hope it is clear..



"Dave Eade" wrote:

I think you need to be more specific in what you are trying to achieve.

It sounds to me link you should be using something like MS Project.

Do you manually assign the work to each employee for each hour ?
--
Dave Eade
EPCS Ltd
www.EPCS.me.uk



"Sri" wrote:

Hi ...

I have 4 columns in one sheet with emp name, project name , start time and
end time per day.
In another sheet I have time (column) and emp name (row).... I need to color
differently for each employee based on the number of hours of work in order
to identify easily which hour we can assign a work or meeting .. Is graph a
good idea?

Pls help.. Thanks in advance !!!!!!!!

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
fill color and font color icons do not work in excel huer59 Excel Discussion (Misc queries) 0 November 29th 07 01:06 PM
Creating a weekly rotating employee work schedule deana06262 Excel Discussion (Misc queries) 0 November 12th 07 05:29 PM
Employee work schedule rickc Excel Discussion (Misc queries) 2 April 19th 06 01:46 AM
Employee Work Schedule nzatmj Excel Discussion (Misc queries) 0 October 21st 05 09:34 PM
My fill color and font color do not work in Excel Std Edition 2003 chapstick Excel Discussion (Misc queries) 1 September 11th 05 08:48 PM


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