Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / March 2007

Tip: Looking for answers? Try searching our database.

Help with Excel

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jezzer - 12 Mar 2007 10:35 GMT
Im new to Excel and need o do a work place shift roster. I need to put in the
shifts people work eg: E (early) L (lates) N for nights ... but i also need
these to have values eg an E is 7.5 hours a N is 12 hours ... i need this so
at the end of each week i can sum the total hours each member of staff
does... can anybody tell me how please
Roger Govier - 12 Mar 2007 12:25 GMT
Hi

Try
=SUMIF(A1:A10,"E")*7.5
=SUMIF(A1:A10,"N")*12

change ranges to suit

Signature

Regards

Roger Govier

> Im new to Excel and need o do a work place shift roster. I need to put
> in the
[quoted text clipped - 4 lines]
> at the end of each week i can sum the total hours each member of staff
> does... can anybody tell me how please
Roger Govier - 12 Mar 2007 12:44 GMT
My apologies

Those should have been COUNTIF's not SUMIF's
=COUNTIF(A1:A10,"E")*7.5
=COUNTIF(A1:A10,"N")*12

Signature

Regards

Roger Govier

> Hi
>
[quoted text clipped - 13 lines]
>> staff
>> does... can anybody tell me how please
Sandy Mann - 12 Mar 2007 12:35 GMT
Assuming that the shifts are in B2:H2 try something like:

=SUM(COUNTIF(B2:H2,"E")*7.5,COUNTIF(B2:H2,"L")*7.5,COUNTIF(B2:H2,"N")*12)

Signature

HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

sandymann2@mailinator.com
Replace@mailinator.com with @tiscali.co.uk

> Im new to Excel and need o do a work place shift roster. I need to put in
> the
[quoted text clipped - 4 lines]
> at the end of each week i can sum the total hours each member of staff
> does... can anybody tell me how please
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.