Forum Discussion
Display number based on number of days past cell date
- Oct 29, 2021
=IF(TODAY()-N4<=7,1,IF(AND(TODAY()-N4>=7,TODAY()-N4<=13),2,IF(AND(TODAY()-N4>=14,TODAY()-N4<=21),3,IF(AND(TODAY()-N4>=22,TODAY()-N4<=29),4,"graduated"))))
I sent it a few minutes ago. Here it is again.
The formula i sent you originally was wrong, sorry. I meanwhile sent you the corrected formula.
- robert_leblancmentionOct 29, 2021Copper Contributorhow did you send it? I am new to the forum.
- SergeiBaklanOct 29, 2021Diamond Contributor
As a comment, the best way to exchange formulae is to share simple sample Excel file without sensitive content. Screenshots and like are not very useful and not very informative. Formulae could be duplicated (and better if they are) in the post to illustrate the discussion, but they could be for different locale, could include wrong (for formulae) HTML symbols, etc. Excel file converts everything automatically, thus you are locale independent.
- robert_leblancmentionOct 29, 2021Copper Contributorthank you for the advice. I think it mentioned something about including screenshot to assist, so that is why I put it.
- OliverScheurichOct 29, 2021Gold Contributor
=IF(TODAY()-N4<=7,1,IF(AND(TODAY()-N4>=7,TODAY()-N4<=13),2,IF(AND(TODAY()-N4>=14,TODAY()-N4<=21),3,IF(AND(TODAY()-N4>=22,TODAY()-N4<=29),4,"graduated"))))
I sent it a few minutes ago. Here it is again.