Film, Media & TV2 mins ago
Excel Spreadsheet Help
21 Answers
I’m trying to do a spreadsheet for work and it’s for staff holidays so I have four columns with column C the amount in hours they’ve asked for and column D their remaining leave - is there a sim for it to work it out automatically? All the way down the more they ask for? I need to use this some for petty cash sheet as well. I’ve been looking for ages. Thanks in advance
Answers
Working on a 1 person per sheet system Column headings are A Name B Department C Entitlement D From E To F No. Hours G Balance First Row (2nd row in spreadsheet) A Mickey Mouse B Disney C 100 D 21 July E 23 July F 2 G =sum(c2-f2) Second and subsequent rows G =sum(g2-f3) You then copy that formula into each row
08:39 Mon 18th Jul 2022
Are you thinking on a single sheet to list everyone's leave requests and remaining entitlement?
I would make it simple and use a tab for each member of staff.
Having said that, I was a civil servant for decades til a few year ago and we used spreadsheets for all sorts but staff noted their leave periods on individual clerical A5 sheets which their managers initialed to agree them.
Why do you want to include petty cash details on an annual leave spreadsheet?
I would make it simple and use a tab for each member of staff.
Having said that, I was a civil servant for decades til a few year ago and we used spreadsheets for all sorts but staff noted their leave periods on individual clerical A5 sheets which their managers initialed to agree them.
Why do you want to include petty cash details on an annual leave spreadsheet?
This is a very basic suggestion
A10 "Entitlement "
B10 put in number of hours
A11 "Balance"
B11 =B10-SUM(C:C)
A15 "From"
B15 "To"
C15 "Hours"
Then enter each leave period on a new line.
If you want to use the same tab for the next leave year, put the from and to dates as normal but show that entitlement as a NEGATIVE number.
A10 "Entitlement "
B10 put in number of hours
A11 "Balance"
B11 =B10-SUM(C:C)
A15 "From"
B15 "To"
C15 "Hours"
Then enter each leave period on a new line.
If you want to use the same tab for the next leave year, put the from and to dates as normal but show that entitlement as a NEGATIVE number.
Working on a 1 person per sheet system
Column headings are
A Name B Department C Entitlement D From E To F No. Hours G Balance
First Row (2nd row in spreadsheet)
A Mickey Mouse B Disney C 100 D 21 July E 23 July F 2 G =sum(c2-f2)
Second and subsequent rows
G =sum(g2-f3)
You then copy that formula into each row
Column headings are
A Name B Department C Entitlement D From E To F No. Hours G Balance
First Row (2nd row in spreadsheet)
A Mickey Mouse B Disney C 100 D 21 July E 23 July F 2 G =sum(c2-f2)
Second and subsequent rows
G =sum(g2-f3)
You then copy that formula into each row
How many employees do you have - as you may have emought that you can do then on one sheet.
As for petty cash assuming you have a fixed amount per month
Date | Who | Why | How Much | Balance
1 .july | opening balance | blank (Why column) | £100
4 July | Mickey Mouse | Printer ink | £12.33 | =sum(e2-e3)
As for petty cash assuming you have a fixed amount per month
Date | Who | Why | How Much | Balance
1 .july | opening balance | blank (Why column) | £100
4 July | Mickey Mouse | Printer ink | £12.33 | =sum(e2-e3)