In column A every cell is a different date. In column B, I want to put in a date that is three business days prior to the date in the other column. For example, if A2 date is 6/5/2022, cell B2 needs to be 6/1/2022 (three business days prior). I need a macro that fills in every cell in column B if column A has a date in it. I assume there is a formula that will work, but when I try this formula for example, "=WORKDAY(F2-3,1)" it returns 6/3/2022, which is not the date I am expecting.