+ Reply to Thread
Results 1 to 5 of 5

Looking for a way to get SUM of data

  1. #1
    Forum Contributor
    Join Date
    05-11-2020
    Location
    Kansas City
    MS-Off Ver
    Office 365
    Posts
    162

    Looking for a way to get SUM of data

    Hi All,

    I have attached a large sheet- the tab that I am working on is "Schedule Confirmation". In cell A2, I paste a Job# and cell B2 returns a line showing that this job is in my schedule. I am hoping to also total the Scheduled Press Time data in cell C2 but am having issues because some jobs have more than 1 part and require a total, not just the first part returned as a value (example Job# 246199 has 5 total parts for 1.68 hours but will only show .59 hours). The pasted the formula below.

    =INDEX('ALL JOBS'!A5:D1000,MATCH(A2,'ALL JOBS'!D5:D1000,0),2)

    Any help would be greatly appreciated!

    Adam
    Attached Files Attached Files

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,469

    Re: Looking for a way to get SUM of data

    The worksheet is protected.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Forum Contributor
    Join Date
    05-11-2020
    Location
    Kansas City
    MS-Off Ver
    Office 365
    Posts
    162

    Re: Looking for a way to get SUM of data

    schedule is the password. Sorry.

  4. #4
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,951

    Re: Looking for a way to get SUM of data

    Posting a protected workbook isn't very useful.

    Anyway, try changing your formula to:

    =SUMIF('ALL JOBS'!D:D,A2,'ALL JOBS'!B:B)
    Bernie Deitrick
    Excel MVP 2000-2010

  5. #5
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,469

    Re: Looking for a way to get SUM of data

    With 365:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

+ 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: 10-03-2019, 07:23 PM
  2. [SOLVED] Read ( FRONT ) page data then transfer that data to the main data Sheet (OPEN)
    By Potholes in forum Excel Programming / VBA / Macros
    Replies: 24
    Last Post: 08-22-2019, 01:35 AM
  3. Replies: 2
    Last Post: 04-30-2017, 08:28 PM
  4. Replies: 11
    Last Post: 12-23-2014, 01:01 PM
  5. Replies: 2
    Last Post: 04-19-2014, 10:06 PM
  6. Replies: 34
    Last Post: 01-21-2014, 03:07 PM
  7. Replies: 4
    Last Post: 02-01-2013, 10:18 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