I need to plot when payments will be made to businesses with net30 billing terms, meaning pay within 30 days. In order to pay at the last possible date, I would like to have a formula that would take a date in column "A" and using that date, place the date it will pay in column "B".
The date in column "B" will be 30 days from column "A" unless it falls on a weekend or holiday and then it should pay to the previous business day. I would plan to reference holidays in a series of cells like "N2:N10".
I have tried just about everything i can think of and short of a massively long if statement whose logic escapes me, I don't know how to do this.
The date in column "B" will be 30 days from column "A" unless it falls on a weekend or holiday and then it should pay to the previous business day. I would plan to reference holidays in a series of cells like "N2:N10".
I have tried just about everything i can think of and short of a massively long if statement whose logic escapes me, I don't know how to do this.