Making Part time Shift Tracker in Excel

VolleyScott1982

New Member
Joined
Feb 8, 2022
Messages
2
Office Version
  1. 2016
Platform
  1. Windows
I am trying to write a formula to check the day of the week and keep track of my part time employees shifts. I have two part time shifts, Monday to Wednesday, and Wednesday to Friday. I have a cell to have both the daily date and a cell to have the Day of the week. I also cave rows with checkboxes to determine if an employee is on a Mon-Wed shift, a Wed-Fri shift, or if they are Full time. I just want a cell for easy view to help me to check to see if they are supposed to be on the schedule for the day. That way I know if I need to call or write up an employee without wasting too much time. I was trying to use an "If then" formula, is that the best way, and can you help me?
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
This is the formula that I am using:

=IF(I2="2"OR("3"OR("4"AND(C2:C41=true,"yes"))))

Cell "I2" is what states if it is a Monday or other day of the week. and the "C" column is the Mon-Wed Shift check box.
I have hidden cells with employees info.
 

Attachments

  • Broken Formula.png
    Broken Formula.png
    32.1 KB · Views: 9
Upvote 0

Forum statistics

Threads
1,214,943
Messages
6,122,370
Members
449,080
Latest member
Armadillos

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