Forum Discussion

esjay15's avatar
esjay15
Copper Contributor
Jun 07, 2023
Solved

How to use a formula on cells pulled from another sheet

Hi,    This is probably quite simple but i can't find the workaround.  I am pulling in separate budgets in different spreadsheets - populating them into their own tab on an overall spreadsheet (us...
  • SergeiBaklan's avatar
    SergeiBaklan
    Jun 07, 2023

    esjay15 

    Yes, you have text which is not summed. Two variants

    1) Use =SUM( VALUE(sheet!B17) )

    2) In sheet use =IF( SUM(range), SUM(range), "") instead of =SUM(range) & ""

    Actually you don't need SUM with referencing, =VALUE(sheet!B17) is enough. If you don't do any calculations with that, when =sheet!B17.

Resources