+ Reply to Thread
Results 1 to 2 of 2

excel pie chart and determine values from other tabs

  1. #1
    Registered User
    Join Date
    10-09-2012
    Location
    Newcastle
    MS-Off Ver
    Excel 2010
    Posts
    35

    excel pie chart and determine values from other tabs

    Hi All

    I have some data made up from several tabs on an excel s/s (attached)

    I would like my 'All Tasks' tab to be the master, and have the status updated depending on wether the tasks exist on one of the other tabs.

    For example if Task 1 exists on in the 'Done' tab I want to update the status to Done on the All tasks tab.

    Finally, I'd like to create a pie chart based on the status

    Any help would be greatly appreciated, thanks in advance
    Attached Files Attached Files

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,480

    Re: excel pie chart and determine values from other tabs

    Formula on All Tasks sheet

    =CHOOSE(IF(ISERROR(MATCH('All Tasks'!A2,Done!$A$1:$A$9,0)),IF(ISERROR(MATCH('All Tasks'!A2,'Not Done'!$A$1:$A$9,0)),IF(ISERROR(MATCH('All Tasks'!A2,Other!$A$1:$A$9,0)),4,3),2),1),"Done","Not Done","Other","Not Found")

    You can then use a COUNTIF formula to build data for pie chart
    Attached Files Attached Files
    Cheers
    Andy
    www.andypope.info

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. setting a scale by clicking on excel to determine lowest and high x values and .....
    By noideawhatimdoing in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-12-2013, 11:38 PM
  2. Copying values from multiple Tabs of a WB into corresponding Tabs of another WB using VBA
    By sanc.jobs2012 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-27-2012, 06:15 AM
  3. Copy pie chart into new tabs, and show the results from data on those tabs
    By Sydney Lee in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 05-23-2012, 07:50 PM
  4. Can values from UDF on multiple tabs be displayed on another tab? (Excel 2003)
    By caddcop in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-19-2012, 10:50 AM
  5. Replies: 5
    Last Post: 04-28-2009, 09:00 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1