I need the following formulas to report only weekdays.
=IF(F2="","",IF(K2<"","Submitted",IF(F2>=TODAY(),EDATE(F2,0)-30,IF(F2<TODAY(),"Today",""))))
=IF(F2="","",IF(G2="S",EDATE(F2,-2),IF(G2="R",EDATE(F2,-2),IF(G2="A","Not Needed",IF(H2="A","Bed Date Attained",IF(H2="S","Submitted",IF(H2="",EDATE(F2,-2),"")))))))
Here is the actual spreadsheet:
The first formula is in J2 and the latter is in I2
https://docs.google.com/spreadsheets/d/1oLYbI0sx8qUZ4pHJXMxI2CC9ZD45p03ybZUFsng2BmQ/edit?usp=sharing
=IF(F2="","",IF(K2<"","Submitted",IF(F2>=TODAY(),EDATE(F2,0)-30,IF(F2<TODAY(),"Today",""))))
=IF(F2="","",IF(G2="S",EDATE(F2,-2),IF(G2="R",EDATE(F2,-2),IF(G2="A","Not Needed",IF(H2="A","Bed Date Attained",IF(H2="S","Submitted",IF(H2="",EDATE(F2,-2),"")))))))
Here is the actual spreadsheet:
The first formula is in J2 and the latter is in I2
https://docs.google.com/spreadsheets/d/1oLYbI0sx8qUZ4pHJXMxI2CC9ZD45p03ybZUFsng2BmQ/edit?usp=sharing