• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Can you SUM inside an OFFSET function?

Smitty15

New Member
I'm building a dashboard based on this tutorial http://chandoo.org/wp/2008/09/10/kpi-dashboards-graphs-excel/


I am OFFSET'ing both text and numberical values in the Sort KPI column, which I then had to include a SUM(COUNTIF) function in the Unique column to handle both text and numbers.


I am the next phase where I would like customize the dashboard for my needs and pull data (numbers) from two columns from the Data! worksheet but would like to SUM these values in the Sort KPI.


Is there a way to include the SUM function inside the OFFSET function (i.e. OFFSET(SUM)? Basically, I want to only SUM based on a certain condition (i.e. if I select a certain button in the dashboard that would require to values to first be added, then sorted based on this value).
 
Smitty

Don't you just need to use an If(Button_Cell_Link="TRUE", Sum(a Range),0)
 
Back
Top