I currently have the date I want to start with in cell B5 the date is 1/31/2013
The formula I am using is in cell B8 the value in cell C8 is 1.
The formula I am using is =IF(C8=1,DATEVALUE(B5)).
I am getting the #VALUE# error.
The formula worked when I had IF(C8=1,DATEVALUE("1/31/2013")).
My goal is"
if C8 = 1 then I display the workdate in B8 as Thu, January 31, 2013
if C10 = 2 then Cell B8 would add the next workdate Fri, February 01, 2013
if C12 = 3 then Cell B8 would go to the next workdate Mon, February 04, 2013
Is this possible?
Tom
The formula I am using is in cell B8 the value in cell C8 is 1.
The formula I am using is =IF(C8=1,DATEVALUE(B5)).
I am getting the #VALUE# error.
The formula worked when I had IF(C8=1,DATEVALUE("1/31/2013")).
My goal is"
if C8 = 1 then I display the workdate in B8 as Thu, January 31, 2013
if C10 = 2 then Cell B8 would add the next workdate Fri, February 01, 2013
if C12 = 3 then Cell B8 would go to the next workdate Mon, February 04, 2013
Is this possible?
Tom