Results 1 to 14 of 14

Google Sheets: compare 2 column on different sheets and sum

Threaded View

joeartist Google Sheets: compare 2... 09-18-2021, 07:19 PM
jeffreybrown Re: Formula Help - compare 2... 09-18-2021, 07:22 PM
joeartist Re: Formula Help - compare 2... 09-18-2021, 08:11 PM
jeffreybrown Re: Formula Help - compare 2... 09-18-2021, 08:28 PM
joeartist Re: Formula Help - compare 2... 09-18-2021, 10:45 PM
menem Re: Formula Help - compare 2... 09-19-2021, 12:05 AM
AliGW Re: compare 2 column on... 09-19-2021, 01:46 AM
joeartist Re: Google Sheets: compare 2... 09-19-2021, 08:43 AM
AliGW Re: Google Sheets: compare 2... 09-19-2021, 08:52 AM
janmorris Re: Google Sheets: compare 2... 09-19-2021, 01:32 PM
joeartist Re: Google Sheets: compare 2... 09-19-2021, 06:17 PM
Flyboy65 Re: Google Sheets: compare 2... 09-21-2021, 08:36 AM
joeartist Re: Google Sheets: compare 2... 09-21-2021, 10:54 AM
Flyboy65 Re: Google Sheets: compare 2... 09-21-2021, 11:58 AM
  1. #1
    Registered User
    Join Date
    11-07-2020
    Location
    Chicago, IL
    MS-Off Ver
    Excel for Mac 16.4 + Google Sheets
    Posts
    16

    Google Sheets: compare 2 column on different sheets and sum

    Hi all,

    I am working on an app build with Glide and attempting to create a clock-in and clock-out timesheet. However, I am having trouble with a formula.

    I want to sum the total duration of hours (sheet 2, column E) based on the job name in (sheet 1, Column A). The formula should do the following:

    1- Compare column A on sheet 1 with column A on sheet 2
    2- If the text in any row on sheet 1 column A, matches the text in sheet 2 column A
    3- Sum the corresponding row values in sheet 2 column E

    the formula I am currently using is:
    =sumif(Timesheet!A:A, Project!A:A,Timesheet!E:E)

    This formula works appropriately, however... I want to add ArrayFormula to the beginning which does not work with SumIf.

    I believe I need to use an If, Then statement, however, am not sure how to write that.

    Any help would be appreciated.

    Thank you!
    Last edited by AliGW; 09-19-2021 at 01:47 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Compare two sheets column by column and insert an empty column with a header
    By MCGOM in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-25-2019, 04:07 AM
  2. Compare Sheets and Display the previous sheets column in current sheets
    By maddyrafi1987 in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 05-09-2017, 04:03 AM
  3. Compare column in different sheets
    By danlRB80 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-14-2014, 10:06 AM
  4. Replies: 6
    Last Post: 01-08-2014, 01:56 PM
  5. compare 2 sheets on one identical column and update another column
    By ashland in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 10-11-2011, 04:00 PM
  6. Compare two column from two different sheets
    By darkhorse4321 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-09-2010, 09:35 AM
  7. [SOLVED] Compare 2 column list across 2 sheets
    By GerryK in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 PM

Tags for this Thread

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