About 1,258,774 results (4,658 milliseconds)

Trying to use SUMIFS function with IMPORTRANGE as well as ...

https://support.google.com/docs/thread/13913244/trying-to-use-sumifs-function-with-importrange-as-well-as-index-match?hl=en
Sep 8, 2019 ... I would also like to be able to use some sort of combination of index/match so that if for example I was to change which column "Utility type" ...

SUMIF but not exactly? - Google Docs Editors Community

https://support.google.com/docs/thread/297558821/sumif-but-not-exactly?hl=en
Sep 19, 2024 ... Some of the criteria cells have spelling differences or multiple items listed in the same cell. ... ​=SUMIFS(B:B, INDEX(REGEXMATCH(A:A ...

Sumifs or Countifs + Match - Google Docs Editors Community

https://support.google.com/docs/thread/198179971/sumifs-or-countifs-match?hl=en
Jan 20, 2023 ... =QUERY(QUERY({B:B,INDEX((B:G<>"P")*(B:G<>"WFH")*(B:G<>"WO"),,MATCH ... Multiple criteria are working well for me now. I would like to ...

Summing up values that meet multiple criteria (in a way that is ...

https://support.google.com/docs/thread/180317562/summing-up-values-that-meet-multiple-criteria-in-a-way-that-is-compatible-with-excel?hl=en
Sep 21, 2022 ... ... sumif in Sheets (see cell E10). However, this does not work when downloaded as an Excel file. I've been trying stuff with countif/index/match ...

SUMIFS combined with INDEX MATCH, or something else ...

https://support.google.com/docs/thread/244368285/sumifs-combined-with-index-match-or-something-else?hl=en
Nov 18, 2023 ... Therefore, since we can see there are 2 quantities that meet the criteria for P codes, the result of the formula should be -15 (-17+2=-15).

Sum + Index + Match - Google Docs Editors Community

https://support.google.com/docs/thread/170078656/sum-index-match?hl=en
Jul 6, 2022 ... ​ =ArrayFormula(SUMIF(A4:A,E2,INDEX(B4:C,,MATCH(G1&F2,B2:C2&B3 ... matches all that criteria. Bannager Bong. Platinum Product Expert. I ...

Condition for empty cell works differently for FILTER function than ...

https://support.google.com/docs/thread/219879945/condition-for-empty-cell-works-differently-for-filter-function-than-sumifs-function?hl=en
Jun 8, 2023 ... This is the formula in column D: ​if(C2=TRUE, index(Shipments!$B$2:$B$5, match ... Your original SUMIFS criterion (<>) was equivalent to 'not ...

Match & Index from 2 sheet - Google Docs Editors Community

https://support.google.com/docs/thread/190724786/match-index-from-2-sheet?hl=en
Nov 30, 2022 ... Match & Index from 2 sheet. Hello,. I need a help on match ... sumif-from-multiple-criteria-multiple-sheet. Many thanks before. Alif.

returning text; alternative to sumproduct/sumif?

https://groups.google.com/g/microsoft.public.excel.worksheet.functions/c/MEz5QGeVY5E/m/wm-OVok97v0J
Oct 26, 2009 ... I need to check a range and identify each situation where two cells match my criteria, and in those situations, return the text value of one ...

Sum of Select columns in one row if Header matches year - Google ...

https://support.google.com/docs/thread/53528183/sum-of-select-columns-in-one-row-if-header-matches-year?hl=en
Jun 14, 2020 ... I've tried SUMProduct, HLOOKUP, INDEX/MATCH, VLOOKUP SUMIF(s). I'm at my wits end. It seems like I'll have to do something with Transpose ...

Need sum/max of product number, filtered by vendor - Google Docs ...

https://support.google.com/docs/thread/14219522/need-sum-max-of-product-number-filtered-by-vendor?hl=en
Sep 12, 2019 ... I already used a combination of countif, max, index/match which just ... Extra points if you explain how to add multiple criteria, if I ...

How to sum if month in every cell equals specific month - Google ...

https://support.google.com/docs/thread/265107948/how-to-sum-if-month-in-every-cell-equals-specific-month?hl=en
Mar 21, 2024 ... =SUMIF(INDEX(MONTH(F4:F)=1);TRUE;I4:I). I hope this helps,. Ben Liebrand. Original Poster Simon-E marked this as an answer. Helpful? 5.

How to lookup and sum up values in different column - Google Docs ...

https://support.google.com/docs/thread/75811932/how-to-lookup-and-sum-up-values-in-different-column?hl=en
Oct 9, 2020 ... ... criteria. I've tried using sumif, index, match and sumproduct but not able to get any result. Attached is the sheets example which I have ...

Help with SUMIFS formula with horizontal and vertical criteria + ...

https://support.google.com/docs/thread/160608100/help-with-sumifs-formula-with-horizontal-and-vertical-criteria-regexmatch?hl=en
Apr 20, 2022 ... ... criteria. I've tried doing different combinations of SUMIFS + INDEX + MATCH formulas, including transposing the data and using this one ...

Summing cells based on column and row header values - Google ...

https://support.google.com/docs/thread/162161505/summing-cells-based-on-column-and-row-header-values?hl=en
May 2, 2022 ... So far I've tried combinations of sumif, match, and index to no avail. ... Multiple Dropdowns would be needed for the row selection and the column ...

Correct formula combination to sum multiple sheet and criteria ...

https://support.google.com/docs/thread/5104596/correct-formula-combination-to-sum-multiple-sheet-and-criteria-based-on-looking-up-the-other-tab?hl=en
Apr 29, 2019 ... =SUMPRODUCT(SUMIFS('W1'!$C$3:$C$28,'W1'$A$3:$A$28,A3,$B$3:$B$28,INDEX(Categorized!$B$3:$B$14,MATCH(B3,Categorized!$A$3:$A$14,0),0))). FYI, I ...

HOW TO MATCH MULTIPLE CRITERIA IN GOOGLE SHEETS ...

https://support.google.com/docs/thread/83449228/how-to-match-multiple-criteria-in-google-sheets?hl=en
Nov 17, 2020 ... ... index(vlookup(A5:A100&B5:B100,{'DAILY PRODUCTION'!F2 ... So better keep both formulas (above sumif and your sumifs) in two different tabs.

Each criteria/category sum by YEAR - Google Docs Editors Community

https://support.google.com/docs/thread/259137252/each-criteria-category-sum-by-year?hl=en
Feb 16, 2024 ... sumifs(D5:D, A5:A, irs, index(eomonth(C5:C,0)=eomonth(monthYear, 0)) ... I added support for multiple years, and put in some "future ...

UNIQUE Function - Google Docs Editors Community

https://support.google.com/docs/thread/86205535/unique-function
Nov 30, 2020 ... It would find multiple matches based on column C and E in IB ... match our criteria: =ArrayFormula(if(('IB Transactions'!E2:E=D2)*( ...