Forum Discussion

nvega's avatar
nvega
Copper Contributor
Dec 05, 2019
Solved

how to sum contents 2 separate columns with text

I am trying to sum the number of cells with text or any values in them across 2 separate columns. So in the attachment, I'm looking to add any values in ranges (A3:A409) and (D3:D409) and calculate ...
  • JKPieterse's avatar
    JKPieterse
    Dec 05, 2019
    The COUNTA function counts the number of non-empty cells in a range, so a formula like this one should do it:
    =COUNTA(A3:A40)+COUNTA(D3:D40)

Resources