I need a function so that it will calculate as follows:
A1 = I will enter the date
B1 = I will enter the number
C1 = RESULT (Formula needed???)
Calculation of RESULT
Eg: If i enter the date as 05/09/2011 in cell A1 and enter 5 in cell B1, the result should add 5 to 05/09/2011, but should exclude the weekends (Sat and Sun) and display the date in C1
In this example it should display 05/16/2011 in cell C1 and NOT 05/14/2011 (Because 05/14/2011 is a weekend)
A1 = I will enter the date
B1 = I will enter the number
C1 = RESULT (Formula needed???)
Calculation of RESULT
Eg: If i enter the date as 05/09/2011 in cell A1 and enter 5 in cell B1, the result should add 5 to 05/09/2011, but should exclude the weekends (Sat and Sun) and display the date in C1
In this example it should display 05/16/2011 in cell C1 and NOT 05/14/2011 (Because 05/14/2011 is a weekend)