Skip to playerSkip to main content
Learn how to create a simple ROTA list template.

To create a rota in Excel, begin by opening a new spreadsheet and entering the necessary details such as employee names, positions, and work hours. Utilize columns for each day of the week and rows for individual employees. For a rotating monthly schedule in Excel, consider using formulas to automate the rotation, ensuring fair distribution of shifts. To create a general scheduling template, customize cells to represent time slots and designate specific cells for entering shift information. For scheduling shifts in Excel, input employee names and corresponding shift details, leveraging Excel's features like conditional formatting for better visualization.

Lets break down the excel formula shown in the video.

=TRANSPOSE(FILTER($A$17:$A$32,(B$17:B$32="x"),""))

1) FILTER() Function
FILTER is an Excel function that returns an array of values that meet the specified conditions.
The FILTER function is used to filter an array based on specified criteria. In this case, it filters values from the range $A$17:$A$32 (presumably column A) where the corresponding values in the range B$17:B$32 (presumably column B) are equal to "x". The third argument "" is the value to display when the filter criteria are not met. In this case, it's an empty string.

2) TRANSPOSE() Function
TRANSPOSE is an Excel function that transposes a range of cells. It switches the rows and columns of a given range.

The result of the FILTER function is transposed. This means that the filtered values (from column A where corresponding values in column B are "x") are now displayed as a single column, but transposed to be shown as a single row.

In summary, the formula filters values from column A based on the condition that the corresponding values in column B are "x". The filtered values are then transposed to be displayed in a single row instead of a single column.


🔗🔗 LINKS TO SIMILIAR VIDEOS 🔗🔗
ROTA Template - Excel Tips and Tricks
https://youtube.com/shorts/KDVNbkXjXbA?si=WMpOmkXcJfsgVZOo

ROTA Template - Excel Tips and Tricks - DETAIL EXPLANATION
https://youtu.be/RJbJ0oEOoUo


How do I create a rota in Excel?,How do I create a rotating monthly schedule in Excel?,How do I create a scheduling in Excel?,How do I schedule shifts in Excel?,How to Make a Work Schedule in Excel,

Check out my complete suite of Microsoft Excel Tips and Tricks.
https://www.youtube.com/@jjnet247/shorts
https://www.tiktok.com/@exceltips247
https://www.instagram.com/exceltips247/
https://www.dailymotion.com/ExcelTips247
https://www.pinterest.com/ExcelTips247/excel-tips-and-tricks/
https://x.com/ExcelTips247/media
https://www.reddit.com/r/Excel247/
https://www.facebook.com/XyberneticsInc/reels/

#microsoft #excel #tips #tipsandtricks #microsoftexcel #accounting #fyp #fypã‚· #exceltips #exceltricks
Transcript
00:00This by far is the simplest way of making rota lists in Excel.
00:05Let me show you how this is done.
00:07Let's say, for example, the top portion of this spreadsheet here is something that you can distribute to all your
00:12employees.
00:12And the bottom portion could be located anywhere, maybe in a different workbook altogether.
00:17So this is how you start.
00:19Over here in cell B3, you're going to start off with a filter function.
00:23The first argument will be the shift name itself, all the way down.
00:27And then you're going to press F4 once to make both the row and the column fix, like this.
00:34And the second argument is your condition for your filter function.
00:38You're going to press open parenthesis and basically highlight Olivia's section here, like this.
00:44Right now, I don't have anything in here.
00:46I'm going to fill this up with a little x.
00:49You can use the checkbox if you like.
00:50But for simplicity, I'm going to use a simple x to indicate that Olivia is assigned a particular shift.
00:57And basically press F4 twice, like this, to make the column fix, but the row variable.
01:04And then you're going to say equal to little x.
01:08Like I said, I'm going to use little x to indicate the shift that's assigned for Olivia.
01:11And close parenthesis, like this.
01:13And the third argument is a value to display when the filter criteria is not met.
01:19I'm going to close parenthesis to close the filter.
01:22But you'll notice that as you apply Olivia a couple of shifts, maybe I'm going to apply Olivia shift 3,
01:29maybe shift 6, and maybe shift 9 and 10.
01:32You can see Olivia shift starts to go down this way.
01:36And it looks like it's overlapping with Liam, Sam, and Noah.
01:40To turn this table right side up, you're basically going to encapsulate the filter function with a transpose function like
01:47this.
01:48And then the whole table will shift horizontal.
01:50Now if you assign maybe shift 4 to Olivia like this, you can see shift 4 get added on Olivia's
01:57row.
01:57Now you can apply the same formula to the rest of the row, but you'll notice that anything that you
02:03assign to Olivia get updated to everyone else.
02:06But let's say for example in Sam, you assign him shift 8, it does not really work.
02:11The reason behind that is because the condition still pertains to Olivia.
02:16So basically what you're going to do is you're going to select that particular formula, press F2, and move this
02:22red bar or red box, which is the second argument on the filter function, to Liam and hit enter.
02:29And then you're going to do the same thing for Sam.
02:32Put your cursor here, press F2, and move the second argument to Sam.
02:38And I'm going to do the same thing with the rest of the employee.
02:49And now it's completed.
02:51Now just as a test, you can see that Sam is assigned shift 8.
02:54I'm going to assign Sam shift 5 with a small little x.
02:58You can see Sam's row time list get updated.
03:00Now to do a quick test, I'm going to apply a couple of shifts to everyone like this.
03:05And you can see that it's working perfectly fine.
03:10God bless you.
Comments

Recommended