Forum Discussion

robert_leblancmention's avatar
robert_leblancmention
Copper Contributor
Oct 29, 2021
Solved

Display number based on number of days past cell date

I am working on trying to get an output for training classes.  Based on the date they start training I want to automatically populate which week of training they are in. I am including weekends (or o...
  • OliverScheurich's avatar
    OliverScheurich
    Oct 29, 2021

    robert_leblancmention 

    =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. 

     

     

Resources