Sage 100

 View Only
Expand all | Collapse all

Sage Intelligence Excel formula question. I need t

  • 1.  Sage Intelligence Excel formula question. I need t

    Posted 05-16-2017 18:37
    Sage Intelligence Excel formula question. I need to compute quarter to date GLActuals if I know the period. I can string a giant IF statement together but was hoping for something more elegant. Ideas?


  • 2.  RE: Sage Intelligence Excel formula question. I need t

    Posted 05-16-2017 19:49
    If your date is in A1 use this =ROUNDUP(MONTH(A1)/3,0)


  • 3.  RE: Sage Intelligence Excel formula question. I need t

    Posted 05-16-2017 20:30
    @RobertWood that gives me the quarter number but how do I use that in an Excel GLActual formula?


  • 4.  RE: Sage Intelligence Excel formula question. I need t

    Posted 05-16-2017 21:21
    That I don't know.


  • 5.  RE: Sage Intelligence Excel formula question. I need t

    Posted 05-16-2017 21:24
    Well, I can nest a whole bunch of IF functions but if I figure out a better way, I'll post it. This can't be the first time someone has wanted a QTD column on an income statement, surely.


  • 6.  RE: Sage Intelligence Excel formula question. I need t

    Posted 05-17-2017 04:17
    What if you create all 4 quarters and conditionally suppress them based on the qtr?


  • 7.  RE: Sage Intelligence Excel formula question. I need t

    Posted 05-17-2017 05:06
    @JoeUhl might have a good answer.


  • 8.  RE: Sage Intelligence Excel formula question. I need t

    Posted 05-17-2017 11:22
    If you wanted to brute force it, you could use Robert's formula three times as the Period field: =GLActual(blahblah,ROUNDUP(MONTH(A1)/3,0)\*3,blahblah)+GLActual(blahblah,(ROUNDUP(MONTH(A1)/3,0)\*3)+1,blahblah)+GLActual(blahblah,(ROUNDUP(MONTH(A1)/3,0)\*3)+2,blahblah)


  • 9.  RE: Sage Intelligence Excel formula question. I need t

    Posted 05-17-2017 14:18
    Keep it simple. Use Steve's brute force method. (""You ARE the brute squad!"")


  • 10.  RE: Sage Intelligence Excel formula question. I need t

    Posted 05-17-2017 14:29
    Et Tu, Brute?


  • 11.  RE: Sage Intelligence Excel formula question. I need t

    Posted 05-17-2017 14:30
    Inconceivable!


  • 12.  RE: Sage Intelligence Excel formula question. I need t

    Posted 05-17-2017 14:58
    Sage Intelligence, not sure which version you are using, but I believe instead of using Roundup(Month...) you can just use the reference 1,2,3 or 4,5,6 or 7,8,9 etc. at Period in the GL function. It will accept comma separated lists, at least in later versions.


  • 13.  RE: Sage Intelligence Excel formula question. I need t

    Posted 05-17-2017 15:03
    @MoiraGoggin I can use the month reference. I found it will accept a range as well (01 To 03, etc).


  • 14.  RE: Sage Intelligence Excel formula question. I need t

    Posted 05-17-2017 15:04
    That's right, I forget the 'to' works as well.