[Solved] Add value from other page indicated from a cell
Posted: Sat Nov 01, 2025 12:53 pm
				
				Im new to this and trying to work out a statistic sheet for my company.
I put in informatioen from other data sheet into different page (page2 and onward)
While "page1" is the main where all information is displayed later
I manage without a problem to make as exempel a sum from all columns in a page2 (namned Ark2 (using swedish)) with the
=SUMMA($Ark2.G2:$Ark2.G12)
But when I try to just extend the formula the "page" dont change with it only the "G" column change to as this exempel to G3->G13 instead
So I was thinking to just use the page reference from a cell instead.
As in the picture, I want to reference to the page "Ark4" and cell G2,
=Ark4.G2 (this works)
But instead I wanna use the info in the Cell B5, and read from that page
In my mind
=(Cell B5).G2 but I cant find any workaround for this.
Is it possible to read from a page indicated from a cell?
			I put in informatioen from other data sheet into different page (page2 and onward)
While "page1" is the main where all information is displayed later
I manage without a problem to make as exempel a sum from all columns in a page2 (namned Ark2 (using swedish)) with the
=SUMMA($Ark2.G2:$Ark2.G12)
But when I try to just extend the formula the "page" dont change with it only the "G" column change to as this exempel to G3->G13 instead
So I was thinking to just use the page reference from a cell instead.
As in the picture, I want to reference to the page "Ark4" and cell G2,
=Ark4.G2 (this works)
But instead I wanna use the info in the Cell B5, and read from that page
In my mind
=(Cell B5).G2 but I cant find any workaround for this.
Is it possible to read from a page indicated from a cell?