Hey guys questions on percentage formula between two dates so I have:
Tested two formulas:
1) IFERROR(IF(TODAY()>=X6,””,MAX((TODAY()-W6)/MAX(X6-W6,1),0)),””)
X6 beingend date
W6 being start date
Issue with this is i don’t receive any “100%” if the date is already completed
2)...