<div dir="auto"><div dir="auto">Here is the response I get from the paid version (4o):</div><div dir="auto"><br></div><div dir="auto">=========================</div><div>To count all entries in column A across multiple sheets in LibreOffice Calc, you can use the SUMPRODUCT and COUNTIF functions in combination. Here's how you can do it:</div><div dir="auto"><br></div><div dir="auto">Step-by-Step Solution:</div><div dir="auto"><br></div><div dir="auto">1. Name Your Sheets: Ensure your sheet names are correct and consistent with your example (A, B, C, D, ..., W).</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">2. Insert the Formula in a Cell: Use the following formula in a new cell to count all non-empty entries in column A across your sheets:</div><div dir="auto"><br></div><div dir="auto">=SUMPRODUCT(COUNTIF(INDIRECT({"A.A:A.A", "B.A:A.A", "C.A:A.A", "D.A:A.A", "E.A:A.A", "F.A:A.A", "G.A:A.A", "H.A:A.A", "I.A:A.A", "J.A:A.A", "K.A:A.A", "L.A:A.A", "M.A:A.A", "N.A:A.A", "P.A:A.A", "R.A:A.A", "S.A:A.A", "T.A:A.A", "V.A:A.A", "W.A:A.A"}), "<>"))</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">3. Explanation of the Formula:</div><div dir="auto"><br></div><div dir="auto">COUNTIF: Counts non-empty cells in the specified range (column A for each sheet).</div><div dir="auto"><br></div><div dir="auto">INDIRECT: Dynamically creates references to the ranges in each sheet.</div><div dir="auto"><br></div><div dir="auto">SUMPRODUCT: Adds up the counts for all sheets.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">4. Adjust for Different Sheet Names: Replace A, B, C, ..., W with your actual sheet names if they differ. Ensure all sheet names are enclosed in quotes and separated by commas within the INDIRECT function.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">5. Confirm the Formula: Press Enter, and Calc will return the total count of non-empty entries in column A across all specified sheets.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">Let me know if you need further clarification!</div><div dir="auto">≠=========================</div><div><br></div><div data-smartmail="gmail_signature">--<br>Thanks,<br>Alexander<br><br>Sent from my Google Pixel 7 Pro</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Nov 21, 2024, 17:45 Michael via PLUG-discuss <<a href="mailto:plug-discuss@lists.phxlinux.org">plug-discuss@lists.phxlinux.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr">chapgpt doesn't know what it's talking about. how do I count all entries in column A across all sheets in libre calc? the sheets are  A B C D E F G H I J K L M N P R S T V W . <div>The formula it gives me is saying 20 when I know there is over 100. Here is the formula it gives me:</div><div>=COUNTA(a.a) + COUNTA(b.a) + COUNTA(c.a) + COUNTA(d.a) + COUNTA(e.a) + COUNTA(f.a) + COUNTA(g.a) + COUNTA(h.a) + COUNTA(i.a) + COUNTA(j.a) + COUNTA(k.a) + COUNTA(l.a) + COUNTA(m.a) + COUNTA(n.a) + COUNTA(p.a) + COUNTA(r.a) + COUNTA(s.a) + COUNTA(t.a) + COUNTA(v.a) + COUNTA(w.a)</div></div><div>--</div><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8px">:-)~MIKE~(-:</span><br></div></div></div></div></div></div>
---------------------------------------------------<br>
PLUG-discuss mailing list: <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank" rel="noreferrer">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="https://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer noreferrer" target="_blank">https://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br>
</blockquote></div>