Blanchetdb
Board Regular
- Joined
- Jul 31, 2018
- Messages
- 161
- Office Version
- 2016
- Platform
- Windows
Hi
I require a cell to populate with a date under the following conditions:
First: the employee selects an option, from a dropdown menu, a type of staffing action ... cell (Y41)
Second: cell (K10) auto-populates with Todays date
Third: the system calculates the amount of working days from Todays date + "x" amount of working days based on the requirements selected (AI51) ... =WORKDAY(TODAY(),AI51,AC53:AC163) ... AI51 = number of working days to add to Todays date and AC has the list of Holidays
that all works fine
what I need help with
IF the employee selects "Promotion" in cell Y41 ... I need the system to calculate: Todays date + the number that appears in AI51 and from that date select the next closest date (in the future) from a list of pre-determined dates located from AE53:AE120
IF the employee selects any other options in cell Y41 ... the calculation will be ... =WORKDAY(TODAY(),AI51,AC53:AC163)
so Todays date is 2024-07-11 .... AI51 = 15 which results in 2024-08-01 ... the nearest valid date, moving ahead, in the list (AE53:AE120) = 2024-08-15
Can someone help with a formula for that calculation?
thank you
Dan
I require a cell to populate with a date under the following conditions:
First: the employee selects an option, from a dropdown menu, a type of staffing action ... cell (Y41)
Second: cell (K10) auto-populates with Todays date
Third: the system calculates the amount of working days from Todays date + "x" amount of working days based on the requirements selected (AI51) ... =WORKDAY(TODAY(),AI51,AC53:AC163) ... AI51 = number of working days to add to Todays date and AC has the list of Holidays
that all works fine
what I need help with
IF the employee selects "Promotion" in cell Y41 ... I need the system to calculate: Todays date + the number that appears in AI51 and from that date select the next closest date (in the future) from a list of pre-determined dates located from AE53:AE120
IF the employee selects any other options in cell Y41 ... the calculation will be ... =WORKDAY(TODAY(),AI51,AC53:AC163)
so Todays date is 2024-07-11 .... AI51 = 15 which results in 2024-08-01 ... the nearest valid date, moving ahead, in the list (AE53:AE120) = 2024-08-15
Can someone help with a formula for that calculation?
thank you
Dan