I want to update a formula I have in the Estimated Funnel Fill Date column and I'm getting an INVALID DATA TYPE error. I can not figure out why this formula is not working. Can someone double check me?
Here is the formula I want to use:
=WORKDAY(TODAY(), [Number of Work days in funnel]@row, {Holidays})
The column this formula is in is a date column. I have a column that is returning the number of days in a funnel (project hours /8). I have the same formula structure in another sheet and it works. On this one I'm getting Invalid data type. I can't see what I'm doing wrong.
The old formula is just TODAY + the number of work days in the funnel (work days as in # of hours /8 not WORKDAYS as in a formula).
Thanks in advance for your help!