Creating A Staffing Board For Work

Jul 15, 2007

I would like to create a new more effective quick staffing board for work.

Name Start Time Finish Time Break Allowance Break Time 8 (then time period from 6 till 2300

BUT when I enter say a shift of say 09:00 17:00 I need this time period to block out on the board, hard to explain ...

View 14 Replies


ADVERTISEMENT

Creating Staffing Schedules Based On Train Times

Jun 16, 2006

Attached is a sample schedule form. I recived the data on the "Working" sheet in a Word file that is emailed monthly. THis shows a full month of arrival/Departure and passenger counts by Time of Day. I need to develop

1. a driver schedule that would indicate the time the driver needed to be at the station and how many passengers to collect. There could be both and arrival and a departure trip at the same time so this would also need to be considered. The sample data shows when passengers arrive and when they are expected to leave. Some will leave the day they arrive some the next day. Ideally I would like to be able to plan the number of trips to the station per day and at what times, whether it was an Arrival, Departure or a combo trip delivering departing passengers and collecting Arriving passengers on the same trip.

2. A housekeeping schedule also needs to be created showing how many rooms need to be available for passengers and at what times. It would also need to indicate if the passenger arrives and departs on the same day or if they stay over.

View 9 Replies View Related

Creating Random Weekly Work Rota

Aug 4, 2006

What i would like to do is, create a random weekly work rota, so I just have to go in every week and let excel randomly but fairly creat a rota the employees so that they don't argue about whose doing what and just get on with the work. : D

View 9 Replies View Related

Staffing Calculator

May 4, 2007

I've been trying to create a Staffing calculator for a call center. Basically the calculator should be able to add up the number of agents for the next 18 intervals based on the login time that is entered by the user. I've just outlined the functioning below:

Suppose 10 agents login at 8 AM (thus logout at 5 PM), the intervals right from 8 AM till 5 PM should show up the 10 agents. Now suppose 10 more agents login at 9 AM, we would then have 20 agents logged in till 5 PM (since agents logged in at 8 will logout at 5) & the remaining 10 till 6 PM. Thus if we have 10 more agents logging in at 10:30, we will have 30 agents till 5 PM, 20 till 6 PM & 10 agents till 7:30 PM & so on. I have attached an excel file to explain the example & the way the calculator has to be built. It is preferrable that the cells containing the login time aren't fixed, but the user should be able to input any login time in any cell.

View 4 Replies View Related

Excel 2007 :: Creating Workbooks With Macros That Work On Other PCs

Apr 20, 2012

I have written a 2007 workbook which contains 4 simple macros. One of the macros automates the process of saving the print range as a .pdf file. It works fine on my pc but when I send it to others to use, when they try the macros, they all return a 1004 runtime error.

View 6 Replies View Related

Creating Simple Monthly Work Schedule For 6 Employees But Need To Tally Hours

Aug 19, 2013

Maybe it is the layout but I was trying to keep it simple and just put hours into a cell for each employee.

I have 2 employees per day, one in the morning and one in the evening. How to get excel to add the hours for each employee at the bottom per month. Simple right?

Here is an example of what I thought would be so easy (first week in excel spreadsheet format)

sun mon tue wed thu fri sat
emp1 5 emp3 6 emp5 5 emp1 4 emp3 5 emp5 5 emp1 6
emp2 5 emp4 5 emp6 5 emp2 5 emp4 5 emp6 6 emp2 6

Is there a way to associate cells to look at values for each employee and add all the cells for the month?

View 5 Replies View Related

Compute For Staffing Requirement With Turnaround Time?

Dec 13, 2012

how to compute for staffing requirement with turnaround time?

View 2 Replies View Related

Staffing Per Interval Including Lunch Array

Jun 26, 2003

I need to Find Out the Number of people staffed per interval I used to use a formula like this in order to calculate this it takes in to account Lunches.

=SUM(IF(A8>=$B$2:$B$6,IF(A8=$E$2:$E$6,IF(A8

View 3 Replies View Related

Snippet Of Spreadsheet To Board

Oct 8, 2011

How do i share parts of my spreadsheet on the board?

View 1 Replies View Related

Lottery Board Format

Nov 5, 2007

I run the company office pool / lottery. A person selects 6 numbers 1-49. Twice a week the provincial draw is held. if your number matches the drawn number i would highlight your number on the spreadsheet. When all of your numbers are highlighted, you win. This usually takes 3-4 draws to cover all your numbers. Ideally i would like to simply enter the drawn numbers & have excel automatically highlight the number next to each persons name if they have selected that number.

View 9 Replies View Related

Golf Score Board

Aug 7, 2009

I am organizing a golf scoreboard for my golf tournaments. Basically, this is what I want to do:

I would like to rank the players that are entered by their score, in ascending order. Basically, I want to take the column for "total strokes" and organize the numbers so that it will rank the numbers that are entered. If there are no numbers entered in a specific row, I don't want that "zero" to be ranked in the list. So for example, if I have five golfers but they are spread out over 10 rows, I would still need to have five numbers in the rank: 1,2,3,4, and 5, not 1 to 10, as if it were ranking the rows that have nothing entered in them.

This is how it will look:

Johnson - Strokes : 70 - Rank :1
Williams - Strokes : 75 - Rank : 3
Patterson - Strokes : 72 - Rank : 2

View 9 Replies View Related

Create A Simple Dash Board Using Only Excel?

Dec 17, 2013

I am trying to create a simple dash board using only Excel and no VBA. What I am trying to do is I want to create dependent drop downs and link up drops downs that will pull out the required data individually or with combination of those two. For example, let's say

A column has Dates of transaction,

B column has Item name

C column has Units

D column has Month name

E column has Shifts (Morning or Evening)

I am trying to make a dash board that will pull total Sum of individual items based on

Only Date wise
Datewise + shift wise
Month wise
monthwise + shift wise

I managed to create drop down list for dates, months, and shifts but i dont know the way how to link the individual drop down lists together to pull the data based on the selection. which function i should use here and how?

View 5 Replies View Related

Fill Chess Board Matrix To Power Of 2

Jun 3, 2007

i would like to write vba to fill a "chess Board" Matrix (8X8) With Powers Of 2...
starting with 2^0 and ending with 2^63...
(i suppose, click a button/icon and have the numbers fill in/populate...)

View 2 Replies View Related

How To Create Form In Excel That Simulates Chess Board

Dec 24, 2013

I am trying to create a form in excel that simulates a chess board, the code was quite extensive so I better separate it into modules, because the program suddenly began to close, how do I do that? being that I have all the pieces of a chess game and some strings and boolean variables with information on the positions of the pieces on the form?

VB:
Private Sub A1_Click()
If Turn_Player1 = True Then
If Active = "Pawn_pr1" Then
If Loc_Pawn_pr1 = "A2" Then

[Code] .....

View 1 Replies View Related

How To Make Simple Card / Board Game In Excel

Jun 3, 2013

I am looking to copy a simple board game in Excel

Basically it would be a simple race. Containing 4 counters (blue, green, red and Yellow) and 10 squares each.

There would be 40 cards 10 blue, 10 green, 10 red and 10 yellow. Cards would be draw randomly and the counters move respectively. I would be thinking about starting with =RANDBETWEEN(1,10).

I have no knowledge of VBA/ macro but would welcome ideas with what formulas/ commands to use.

I have added some snapshots to show what I would be looking for.

[URL]

View 4 Replies View Related

Excel 2010 :: How To Make BINGO Board Using RAND

Aug 25, 2013

I'm making a custom BINGO board in Excel 2010 for a family reunion, so it doesn't contain numbers; instead it has words (like "has brown eyes" or "served in the military"). the first sheet is the board and looks like a traditional BINGO board with the same number rows and columns with a center FREE space. On the second sheet is the list of all the phrases I'm going to use, one phrase per cell, all in Column A.

In BINGO cells, I want it to use one item (phrase) in each box but NOT repeat within the board. I have the following code in each cell and it works EXCEPT, there is no code telling it to make each cell unique, so sometimes it may repeat.

=UPPER(INDEX(ColumnA,((RAND()*(Data!A1-1))+1),0))

View 8 Replies View Related

Work Out A Formula For My Spreadsheet Which I Use To Work Out Cutting Lists For Timber Frames

Jan 11, 2009

i need to work out a formula for my spreadsheet which I use to work out cutting lists for timber frames. I need it to work out if the width of a job is for eg 2400mm i need to work out how many timber studs I need so the space between each stud is between 400mm and 500mm and this will need to work for a range of different sizes of frames. I have it written at the moment and it just devides the width by 400 and gives me a amount of studs but it would work much better if it could space them between 400 & 500.

View 4 Replies View Related

Work Accurately With Times To Calculate The Work Progress Of The People In The Workshop

Mar 3, 2009

In a project i am compiling i need to work accurately with times to calculate the work progress of the people in the workshop thus....here goes....

I have in work book #1 (7) sheets mon to fri + complete week + a sheet where all job numbers are collected.

From monday to friday the workmen log their times as a start time and a end time. This has to be then calculated to a total hours:mins spent per job, wich in turn then has to be calculated to a total hours:mins spent per day. And the on the complete week sheet recalculated as a total time worked per week.

View 9 Replies View Related

Cricket- Working On A Cricket Score Board

Oct 4, 2007

I am working on a cricket score board in Mircorsoft Excel. This is my first question. When I solve this, I will go ahead.

In the sport of cricket, an over is a set of six consecutive balls bowled in succession. An over is normally bowled by a single bowler.

An over is made up of six balls, each ball counts for 1/6 of an over for the purposes of calculating the net run rate, despite being normally written in cricket's notation as .1 of an over. if a bowler balls 6 consecutive balls. it is called an over and writting in cricket's notation as 1 over.

My question is that Team A played their two matches. In first match, Team A played 47.4 overs and in second match Team A played 49.5 overs. The total number of overs in two matches Team A Played 47.4 + 49.5 = 96.9. But in cricket sport we will sum up it like this 47.4 + 49.5 = 97.3. I mean that Team A played 47 overs and 4 balls in their first match and in the second match they played 49 overs and 5 balls.

How can I sum up it in Excel Worksheet?

View 9 Replies View Related

How To Get A Macro To Work With Any Work Book Name

Aug 24, 2009

i have a made a macro that copies info to a new sheet now that is working great but if i change the name of the work book it wont work any more so i need the macro to work with what ever name i give the workbook

the current name is

AVERAGE PRICE (update 2009) Mimmos Armico 170809.xls

i have attached the code in notepad ...

View 8 Replies View Related

Make To Display (0), Instead Of (-0,02) When I Just Do Other Work Than Cad Work

Feb 13, 2010

In column J, Cad Hrs. How to make to display (0), instead of (-0,02) when I just do other work than Cad Work? I need to separate type of work according to price hour, overtime, and so on.

View 2 Replies View Related

Copying A Certain Range In A Work Sheet To Another Existing Work Sheet Using VBA

Dec 29, 2009

I have a range of cells in a work sheet "sheet 1 " my objective is to filter this range according to certain criteria (i ve succeeded to do this ) yet what i want to do now is copy this data to another existing worksheet in a certain range .

note :the existing worksheet to which i 'll copy the filtered data has some cells out of the range that i dont want to over write ..

Simply :how to copy a selected range of cells in a work sheet to already existing work sheet in a specific range aswell .

View 9 Replies View Related

Copy A Formula Across Several Work Sheet And Have The Formula Always Take Data From Previous Work Sheet

Jan 2, 2009

I am want to copy a formula across several work sheet and have the formula always take data from previous work sheet.

2) I am working with this formula =C12+INDIRECT((MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,256)-1)&"!"&"C12")

and it comes from this thread http://www.excelforum.com/excel-gene...orksheets.html. I have included a worksheet attachment that has explanations

View 2 Replies View Related

Creating A Range After Creating A Different One

Dec 22, 2008

I am trying to build a selection for a procedure to use.

View 2 Replies View Related

2nd IF Does Not Work

Feb 1, 2009

Following code has 2 IF statements , the code runs the way it is and the first IF works perfectly, but the second IF does not work.

View 3 Replies View Related

Look For / Add Up And Work Out Average Of Value

Dec 20, 2013

screenshot.jpg

Ok, so from the attached picture (screenshot.jpg), you will see a data export of staff losses.

On the table to the right, i need cell G2 to take the ID from cell F2 and then search column A and add up every time there is negative number in column B.

So if staff ID has -15 , -15, -10 and -10 in the first table, their summary on the right table will show -50

(PS, i know it says AVERAGE LOSS) but i just need it to be the total. So basically, from the loss log on the left, it just counts the total losses occurred by each individual staff member on the summary table to the right.

View 2 Replies View Related

Tab To Work Automatically

Nov 16, 2008

Is there any way that Tab should automatically jump to next column, after the entry has been made.

I have only one number (one digit) per column. I wish that when I enter the digit the tab should go automatically to next column. And also if it is possible that tab may miss the blank column and go to the next where the entry is to be made.

View 7 Replies View Related

MIN & MAX VBA Commands Not Seeming To Work

Dec 4, 2009

I would like someone to explain the reason why when the program is run, the maximum value in column S successfully is selected by being colored in pink, but the minimum in column R between those pink max's (indicated by the entire row outlined in red) is not the minimum.

In other words, look at the numbers in column R. Only the 14.08 rows are supposed to be boxed in red. I can't understand why the 30.08 and the 46.08 are boxed in red??? And puzzling to me is why the 46.08 near the top are boxed, yet the 46.08 near the bottom are not boxed.

View 7 Replies View Related

Set Up A 6 Day Work Week

Aug 10, 2006

I normally use the WORKDAY function in order to create an involved scheduling
program. However, I have no idea how to create a formula that would count
Saturdays as a workday. I usually type in one date and then the dates kick
out to an end date several months later. How do I create a formula to
include Saturdays on a daily projection (e.g. A1=8/12/06, A2=8/14/06,
A3=8/15/06,etc...)?

View 9 Replies View Related

IF Statement Does Not Work..?

Nov 5, 2008

IF statement does not work?I have a chart on my sheet like so: (it gives me rates of pay)

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved