IBM Apptio

Apptio

A place for Apptio product users to learn, connect, share and grow together.


#Aspera
#Apptio
#Automation
 View Only
  • 1.  Total Sum of Lookup

    Posted Fri August 18, 2017 06:40 AM

    I want to lookup the number of hours a resource has booked against a project but need to total the number of hours - what would be the best way to do this? (total mind blank )









    #CostingStandard(CT-Foundation)


  • 2.  Re: Total Sum of Lookup

    Posted Fri August 18, 2017 06:48 AM

    Hi Julie,

     

    Have you tried the Data Lookup function which will sum the return

     

    Data lookup 

     

    Michael


    #CostingStandard(CT-Foundation)


  • 3.  Re: Total Sum of Lookup

    Posted Fri August 18, 2017 07:06 AM

    I haven't used that one before Michael, I'll give it a go


    #CostingStandard(CT-Foundation)


  • 4.  Re: Total Sum of Lookup

    Posted Fri August 18, 2017 10:41 AM

    I can't seem to get this one working - do I need to lookup the values first and then do a sum?


    #CostingStandard(CT-Foundation)


  • 5.  Re: Total Sum of Lookup

    Posted Sat August 19, 2017 04:17 AM

    Hey Julie,

     

    If you are looking up values in another table, this should give you the total

     

    If you are simply trying to get the total in the same table then Megan's solutions would work for you.

     

    You could also do a SumIf in the destination table first, and then use a simple lookup of that value from the source table, which would avoid the various.


    #CostingStandard(CT-Foundation)


  • 6.  Re: Total Sum of Lookup
    Best Answer

    Posted Fri August 18, 2017 01:33 PM

    Hi Julie,

     

    Another method is using a SumIf function:SumIf function 

    To calculate the total hours of a unique employee and project relationship, you could create a column that concatenates the two, and use them within the SumIf (along with the column that contains the hours value). Something along the lines of =SumIf(Employee Project Concat,Employee Project Concat,Hours) should pull back a total sum of hours in each row.

     

    Hope this helps!

     

    Megan


    #CostingStandard(CT-Foundation)


  • 7.  Re: Total Sum of Lookup

    Posted Thu August 24, 2017 03:12 AM

    I was trying to be too clever and pull the number through & total it at the same time hence why it wasn't working. I've now pulled the original values through to my dataset and then used the SumIf function to get the accurate figure.

     

    Thanks everyone for your help


    #CostingStandard(CT-Foundation)