+ Reply to Thread
Results 1 to 4 of 4

Formula to calculate total from column with text

  1. #1
    Registered User
    Join Date
    07-26-2013
    Location
    North West
    MS-Off Ver
    Excel 2007
    Posts
    4

    Formula to calculate total from column with text

    Can someone help with a formula - I already have one which was done by someone else, I need to amend and was hoping there was a simpler way..

    =SUM(IF('TEST'!$I$7:$I$10898>0,IF('TEST'!$D$7:$D$10898=$C6,1,0),0),0)

    I have 80 different areas and want to be able to calculate how many people are down to attend from each area. My areas are in text format..

    I also need to calculate in 3 other columns the amount of no shows for each area, I have 3 date options so its no shows for each date for each area?

    Any help will be appreciated

    Thanks

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Formula to calculate total from column with text

    So C6 is a specific area and 'TEST'!$D$7:$D$10898 contains areas? What's in 'TEST'!$I$7:$I$10898 and how do you determine a "no show"?
    Audere est facere

  3. #3
    Registered User
    Join Date
    07-26-2013
    Location
    North West
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Formula to calculate total from column with text

    C6 isnt really relevant, just titles
    D7:D10898 is the areas where attendees are from
    I7:I10898 is the first date column (I has day 1 dates, K day 2, M day 3), a no show has an N, attendance is Y

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Formula to calculate total from column with text

    OK so for No shows for date 1 for an area shown in Z2 (adjust as required) try

    =COUNTIFS('TEST'!$J:$J,"No",'TEST'!$D:$D,Z2)

    I assume you won't have to test whether there's a date in column I, presumably there won't be a "No" in J if there isn't a date in that column?

+ 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. Replies: 5
    Last Post: 07-06-2013, 08:21 PM
  2. Replies: 3
    Last Post: 01-25-2009, 12:45 PM
  3. Replies: 0
    Last Post: 02-04-2005, 03:58 PM
  4. Formula to calculate a total in one range based on dates from another column
    By CarolineD in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-01-2005, 04:56 PM
  5. calculate which cells in column A will give me the total of column
    By Ken in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-06-2005, 03:06 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