i need to add an adjust date in if formula, but "6/30/2002" is added in as string type in stead of date type. thanks a lot if anybody could help me!
that's the formula here:
worksheets("sheet1".range("D110".formula = _
if(AND(Month(RC[-1])>6, Year(RC[-1])>2002), 6/30/2002, 0)
thanks again!
that's the formula here:
worksheets("sheet1".range("D110".formula = _
if(AND(Month(RC[-1])>6, Year(RC[-1])>2002), 6/30/2002, 0)
thanks again!