[Solved] Typos in "[Tutorial] The SUMPRODUCT function"

Let us know how we are doing -
Locked
cwolan
Posts: 180
Joined: Sun Feb 07, 2021 3:44 pm

[Solved] Typos in "[Tutorial] The SUMPRODUCT function"

Post by cwolan »

@MrProgrammer

I presume there are still at least two typos in your tutorial
X25: Count text cells which exactly match a string, say "ee". For string "ee", a cell with "EE" is not counted and a cell with "spreadsheet" is not counted.
=SUMPRODUCT(EXACT(X2:XΩ;"ee")))
In formula: one closing parenthesis too much.
X30: Sum numbers where the values in two columns are the same/different, not possible with SUMIF/SUMIFS
=SUMPRODUCT((S2:SΩ;X2:XΩ=Y2:YΩ) — Sum column S where X value equals the Y value
In formula: one opening parenthesis too much.
Last edited by Hagar Delest on Tue May 14, 2024 8:22 pm, edited 1 time in total.
Reason: tagged solved.
OpenOffice 1.1.5 – 4.1.15
LibreOffice 3.3.0.4 – 25.2
Windows 7,10,11 64-bit
User avatar
MrProgrammer
Moderator
Posts: 5281
Joined: Fri Jun 04, 2010 7:57 pm
Location: Wisconsin, USA

Re: Typos in "[Tutorial] The SUMPRODUCT function"

Post by MrProgrammer »

Thank you, cwolan, for your assistance in improving the tutorial. And I know that someone is reading it. I hope it helpful for people. The difficulties you discovered have been corrected.
Mr. Programmer
AOO 4.1.7 Build 9800, MacOS 13.7.6, iMac Intel.   The locale for any menus or Calc formulas in my posts is English (USA).
cwolan
Posts: 180
Joined: Sun Feb 07, 2021 3:44 pm

Re: [Solved] Typos in "[Tutorial] The SUMPRODUCT function"

Post by cwolan »

The pleasure is all mine.
Thank you for your informative and cunning examples of the versatility of SUMPRODUCT.

My bad. I forgot to point out the third typo (though you may find it nitpicking):
X37: Bitwise operations for 48-bit unsigned numbers
First use Insert → Names → Define → Name → Two047 → AssignedTo → 2^(ROW($A$1:$A$48)-ROW($A$1)) → OK
AssignedToAssigned To
OpenOffice 1.1.5 – 4.1.15
LibreOffice 3.3.0.4 – 25.2
Windows 7,10,11 64-bit
Locked