Show only Non-working dates for applicable week

Hello,

Been going backwards and forwards on the below formulae and hoping some can help me out.

Need to have an additional filter on the below formulae so that it only shows the non-working days for the applicable week?

JOIN(COLLECT({NonWorkingDates}, {NoneWorking_Resource}, Resource@row), ", ")

Sheet A

image.png





Sheet B (non-working days sheet)

image.png





Thanks in advance

N

Best Answer

  • _Nick_
    _Nick_ ✭✭
    Answer βœ“

    I've ended up doing the following JOIN(COLLECT({NonWorkingDates}, {NonWorking_Weekno}, WEEKNUMBER(Date@row), {NoneWorking_Resource}, Resource@row), ", ")

    In Sheet B I have a column called WeekNo week converts date WeekNo.

Answers

  • _Nick_
    _Nick_ ✭✭
    Answer βœ“

    I've ended up doing the following JOIN(COLLECT({NonWorkingDates}, {NonWorking_Weekno}, WEEKNUMBER(Date@row), {NoneWorking_Resource}, Resource@row), ", ")

    In Sheet B I have a column called WeekNo week converts date WeekNo.

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!