March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
l'm creating a workbook for tracking meetings. I've just generated a pivot table calendar from a sheet with the following columns: "Date, WeekNum, WeekDay, Day, Month."
It's great! However, I desperately need either the week number to align with the pay period calendar (starting on XX/XX/YR instead of 01/01/YR), or I need a column that is going to show the pay period week formulated off of the week number- but starting over at the end of the pay period year (So it can't just be a basic cell/value+#).
Also, I'm COMPLETELY new to this, so I'm way in over my head with the formulas- but work is work. So, basically explain step by step what to do, or else I'll be lost.
Thanks!
@Anonymous
Start by adding a column in your data where you will input the starting date of your company's pay period.
Let's call this column "PayPeriodStart."
Next, you'll create a formula to calculate the pay period week based on the "Date" and "PayPeriodStart" columns.
PayPeriodWeek : =INT((Date - PayPeriodStart + 1) / 7) + 1
Enter the formula in the cell next to your data in the "Pay Period Week" column.
Drag the fill handle (a small square in the bottom right corner of the selected cell) down to apply the formula to all rows.
Your data should have a new column, "Pay Period Week," that calculates the week number based on your company's pay period start date.
Let me know if this work
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
23 | |
16 | |
15 | |
7 | |
6 |
User | Count |
---|---|
33 | |
29 | |
16 | |
13 | |
12 |