Forum Discussion

Sarah_Nadeau's avatar
Sarah_Nadeau
Copper Contributor
Aug 13, 2024
Solved

Simple Excel sum formula showing error

I have a simple Excel spreadsheet (summary) with multiple columns (approx. 48) summarizing nine rows of data linked from an adjoining sheet (upload). The columns total down with no problem. However, ...
  • m_tarler's avatar
    Aug 13, 2024

    my guess is there is a hidden column that has an error in it.
    maybe try:

    =TRIM(TEXTJOIN(",",1,IF(ISERROR(B42:AT42),ADDRESS(ROW(B42:AT42),COLUMN(B42:AT42)),"")))


    and see if it tells you where

Resources