Forum Discussion

alexsimpson's avatar
alexsimpson
Helper I
8 years ago
Solved

Projection for current quarter

I am currently trying to make a projection for the current quarter and I have the following:   John Projected Current Quarter Gross Revenue = ([John Gross FCI Current Quarter]/(TODAY()-STARTOFQUART...
  • alexsimpson's avatar
    alexsimpson
    8 years ago

    Hi Lydia,

     

    Thanks for getting back to me. I managed to solve this in the end by writing the following formula......

     

    First day of Quarter = DATE(YEAR(TODAY()),IF(AND(MONTH(TODAY())<4,MONTH(TODAY())>0),1,IF(AND(MONTH(TODAY())<7,MONTH(TODAY())>3),4,IF(AND(MONTH(TODAY())<10,MONTH(TODAY())>6),7,10))),1)

     

    I appreciate it is a bit clunky but it seems to work!!

     

    Thanks for your help!