Google Sheet : ImportRange Then Simultance Summing Cell

muhammad susanto

Well-known Member
Joined
Jan 8, 2013
Messages
2,077
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
hi all..

i'm looking formula to importrange then can simultantce summing in different cell
my target in cell C3, the result shoud be 55+110 = 165
VBA Code:
=SUM(IMPORTRANGE("https://docs.google.com/spreadsheets/d/14cgWhnT3H7gWR0SI9ne8rzovW-8Rsc0pVB_-fR9VSeU/edit?usp=sharing","Sheet1!E8;J8"))
here the link sheet

and here data link
please, see E8 & J8 (red color cell)

across posting

any one help, thank in advance

.sst
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Hello

Sheet updated with formula required.
VBA Code:
=Sum(IMPORTRANGE("https://docs.google.com/spreadsheets/d/14cgWhnT3H7gWR0SI9ne8rzovW-8Rsc0pVB_-fR9VSeU","Sheet1!E8"),IMPORTRANGE("https://docs.google.com/spreadsheets/d/14cgWhnT3H7gWR0SI9ne8rzovW-8Rsc0pVB_-fR9VSeU","Sheet1!J8"),)
 
Upvote 0
Solution

Forum statistics

Threads
1,214,948
Messages
6,122,420
Members
449,083
Latest member
Ava19

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top