Forum Discussion

SGeorgie's avatar
SGeorgie
Brass Contributor
Dec 19, 2022
Solved

Calculating number of days overdue

Hi   I have a columns with number of days overdue, but i want a column to right of that to say if date is <14 to put "0-14 days", if between 15 -31 t o put "15-21 days", if over 22 put "22+ days" a...
  • Patrick2788's avatar
    Dec 19, 2022

    SGeorgie 

    Try this one:

    =VLOOKUP(T2,{0,"0-14 Days";15,"15-21 Days";22,"22+ Days";30,"30 + Days"},2)

     

     

Resources