Wondering why I'm getting an error on this formula in VBA?
It works in the excel sheet, but when I run the subroutine,I get an error on this line.
Any help?? THANK YOU!
Range("AW2").Value = "=IF(OR(AV2="""",AV2>TODAY()),"""",LOOKUP(TODAY()-AV2,{0,8,15,22,29},{4,3,2,1,""""})))"