Want to highlight a helpful answer? Upvote!

Did someone help you, or did an answer or User Tip resolve your issue? Upvote by selecting the upvote arrow. Your feedback helps others! Learn more about when to upvote >

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

I am fairly new to numbers and could use some help regarding linking sheets

I'm constructing a spreadsheet to show the holidays planned and sick days, taken in a small company (14 staff). I have 12 sheets - one per month, with each name along the top and the days of the month to the left. I have managed to do the formulas to show 'Holidays' 'Half Days' and 'Sick'. I also have 2 additional sheets - one for holiday totals and one for sick totals and would like to know how to link the monthly sheets with the totals sheets at the end. I'm afraid my knowledge of formulas and functions is very basic, so I would like someone to describe in very simple terms how I should go about this!. Many thanks

MacBook Pro, Mac OS X (10.6.8)

Posted on Nov 19, 2012 5:30 AM

Reply
Question marked as Best reply

Posted on Nov 19, 2012 5:36 AM

Please post an image of your inputs for one month and what you want the summary sheets to look like so that there are fewer changes once we do post suggestions.

8 replies

Nov 19, 2012 6:27 AM in response to Wayne Contello

This is one of the 12 monthly sheets

April


Mary

Joe

Fred

Walter

Shaney

Kitty

Zoe

Melanie

Abigail

Suzanna

Elaine

Louise


1














2














3














4














5

Holiday













6














7














8


Holiday













9


Holiday













10


Holiday













11














12














13














14














15














16














17














18














19














20














21














22














23














24














25

SICK













26














27














28














29














30














HALF DAY














FULL DAY














TOTAL














SICK DAYS































This is the totals sheet

HOLIDAYS

Mary

Joe












JAN














FEB














MAR














APR














MAY














JUN














JUL














AUG














SEPT














OCT














NOV














DEC














TOTAL














ENTITLEMENT

28

28

28

28

28

28

28

28

28

28

28

28

28

Balance Remaining




























SICK DAYS






























Thank you I really appreciate your help.

Nov 21, 2012 7:35 PM in response to Rhuann Joss

Rhuann,


Here is one possible solution...


I am making the following assumptions:

1) Each month will have an individual table (for a total of 12 in a year)

2) there will be a summary table for each year



Here is what a monthly table looks like (using the information you provided):


User uploaded file


for this table the formulas are:

A4=IF((DATE($B$1, $B$2, 1) +(ROW()-3))<= EOMONTH(DATE($B$1, $B$2, 1),0), DAY(DATE($B$1, $B$2, ROW()-3)), "")


select A4 and fill down to A34 (for a maximum of 31 days in a month)


you enter the year and month in cells B1 and B2


B35=COUNTIF(B4:B34,"*Half Day")

B36=COUNTIF(B4:B34,"*Half Day")

B37=B35/2+B36

B38=COUNTIF(B4:B34, "*sick")


select B35 thru B38 and fill to the right


Now duplicate the whole table by selecting the table then select the menu item "Edit > Duplicate"


update cells B1 and B2 with the year and month (let's assume "2" for "February")


Now the summary table:

User uploaded file


B2=IFERROR(INDIRECT("Monthly Data :: "&$A2&" :: "& CHAR(CODE("B")+(COLUMN()-2))&"38"), "")


select B2 , then fill to the right as needed


then select B2 thru the end of the row (or how ever far you previously filled)


now fill down for twelve months


B14=SUM(B2:B13)

B15 contains 28

B16=B15-B14


select B14 thru B16 and fill to the right


I hope this helps



Regards,

Wayne

I am fairly new to numbers and could use some help regarding linking sheets

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.