I'm looking for an IF statement that solves this problem:
IF(weekday=Saturday,blank,actual day),IF(weekday=Sunday,blank,actual day)
the formula I'm using is: =IF(A2=$L$2,"",B2),IF(A2=$L$3,"",B2) where A2 is the weekday, L2 is the cell that says Saturday, L3 says Sunday, B2 is the actual date
keeps returning #VALUE
IF(weekday=Saturday,blank,actual day),IF(weekday=Sunday,blank,actual day)
the formula I'm using is: =IF(A2=$L$2,"",B2),IF(A2=$L$3,"",B2) where A2 is the weekday, L2 is the cell that says Saturday, L3 says Sunday, B2 is the actual date
keeps returning #VALUE