Forum Discussion

AjayneA's avatar
AjayneA
Copper Contributor
Nov 16, 2022

IFERROR +1

I am trying to create a spreadsheet to show me who the duty person is on a particular day. I have managed to get my formula to show me the name of the days' duty person however some days there are tw...
  • mtarler's avatar
    Nov 16, 2022

    AjayneA if you have 365 then you can use:

    =FILTER(Sheet2!$C$5:$C$18,"Duty"=Sheet2!D5:D18,"")

    and it will 'spill' the list of all people listed on 'duty'

Resources