how to auto update a cell in sheet1 getting the data from column of sheet 2 using formula?

SilentRomance

New Member
Joined
Aug 4, 2021
Messages
46
Office Version
  1. 2016
  2. 2010
Platform
  1. Windows
hello guy, i am trying to auto update an individual cell in sheet1 coming from column of sheet2 using a formula.
This is I want to happen, if i add data in column A in sheet 2 a cell in sheet1 will update getting the last data from last cell of a column in sheet2

example,
this is the data in sheet2 column
hello
hi
hey

and this is the data from sheet1 cell
hey

if i add new data in sheet2 the cell in sheet1 will update, sample, (the bold words is the new data)

data in sheet2
hello
hi
hey
oow

data in sheet1 will update getting the last data in sheet2 column
oow

How will we make that happen guys using a formula or VBA? Thanks in advance.
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Change the range as need to fit your needs. You should make it as big as you thing the data would go.
Book1
A
2new
Sheet1
Cell Formulas
RangeFormula
A2A2=INDEX(Sheet2!A1:A70,COUNTA(Sheet2!A1:A70))


Hello
Hi
hey
new
 
Upvote 0
Solution
Change the range as need to fit your needs. You should make it as big as you thing the data would go.
Book1
A
2new
Sheet1
Cell Formulas
RangeFormula
A2A2=INDEX(Sheet2!A1:A70,COUNTA(Sheet2!A1:A70))


Hello
Hi
hey
new

Thanks much!! It works.
 
Upvote 0

Forum statistics

Threads
1,214,838
Messages
6,121,885
Members
449,057
Latest member
Moo4247

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