Calculate Roster Pattern

Trebor8484

Board Regular
Joined
Oct 27, 2018
Messages
69
Office Version
  1. 2013
Platform
  1. Windows
Hi

Hoping someone can assist please.

I have a schedule tab which lists each employee and what they are paid each day. I am trying to find a formula that will auto fill this based on the Worked Days tab as that tells me what days each person works and their rate.

Then on the last tab I need to find the total amount that is to be paid for a specific date period for each person.

Filebin | degsqzxfsugzpyrc

Thanks
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Hi

Hoping someone can assist please.

I have a schedule tab which lists each employee and what they are paid each day. I am trying to find a formula that will auto fill this based on the Worked Days tab as that tells me what days each person works and their rate.

Then on the last tab I need to find the total amount that is to be paid for a specific date period for each person.

Filebin | degsqzxfsugzpyrc

Thanks
Hi Trebor,

I have done the changes and uploaded the file to the same link

 
Upvote 0
@ravi2628 can you please post your solution to the board, as per Rule#4. Thanks
Hi Fluff,

sorry, I understand the board rules but due to more Sheets and Formulas in the data I have uploaded in the online link shared by the user


For the users of the board, I am sharing the solution of the Sheets.


Example1.xlsx
ABCD
1Staff NumberSurnameTeam01-10-2021
2Friday
3123456EXAMPLE1Team1£90.00
4123457EXAMPLE2Team2£90.00
5123458EXAMPLE3Team3£90.00
6123459EXAMPLE4Team4£90.00
7123460EXAMPLE5Team5£90.00
8123461EXAMPLE6Team6£90.00
9123462EXAMPLE7Team7£175.00
10123463EXAMPLE8Team8£55.00
11123464EXAMPLE9Team9£55.00
12123465EXAMPLE10Team10£55.00
SCHEDULE
Cell Formulas
RangeFormula
D2D2=TEXT(D1,"DDDD")
D3:D12D3=IF(VLOOKUP($A3,'WORK DAYS'!$A$1:$I$11,MATCH(D$2,'WORK DAYS'!$A$1:$I$1,0))="Y",VLOOKUP($A3,'WORK DAYS'!$A$1:$I$11,2,0),0)
Cells with Conditional Formatting
CellConditionCell FormatStop If True
D3:AA12Cell Value=0textNO



Example1.xlsx
ABCDE
1Staff NumberTotal
2123456£540.00start01-10-2021
3123457£540.00end10-10-2021
4123458£540.00
5123459£540.00
6123460£540.00
7123461£540.00
8123462£1,050.00
9123463£440.00
10123464£440.00
11123465£440.00
TOTAL AMOUNT
Cell Formulas
RangeFormula
B2:B11B2=SUMPRODUCT((SCHEDULE!$D$3:$AA$12)*(SCHEDULE!$D$1:$AA$1>=$E$2)*(SCHEDULE!$D$1:$AA$1<=$E$3)*(SCHEDULE!$A$3:$A$12=$A2))
 
Upvote 0

Forum statistics

Threads
1,214,784
Messages
6,121,536
Members
449,037
Latest member
tmmotairi

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top