i need help

jbehl

New member
Joined
Jun 17, 2016
Messages
3
Reaction score
0
Points
0
so i am a vba beginner (I was thrown into this last week) i understand certain things but not many so I need help tutorial style haha

so i need to code something that relates to this if then statement

if our value in column E (row start) is on a weekend or holiday then our value in column F (row end) will use the next working day to caluculate a value

ie this table that i just made up

DEF
daterow startrow end (x-1)
Wednesday 06/29/20161212
Thursday 06/30/20161311
Friday 07/01/2016178
Saturday 07/02/201600
Sunday 07/03/201600
Monday 07/04/201608
Tuesday 07/05/201699
Wednesday 07/06/20161018
Thursday 07/07/201619-

let me know if you need more clarification on the problem :)
 
Back
Top