Refresh or update?

mel1660

New Member
Joined
Feb 2, 2005
Messages
31
I need to look up the latest entry from the consumption table worksheet B1 to B5 and display the result in another worksheet, Tank Condition report. The data on the consumption table is being constantly updated. I tried using Vlookup without any success, any help will be greatly appreciated. Thank you very much :rolleyes:





CONSUMPTION TABLE
A B C
1 231.54
2 345.87
3 246.75
4
5


TANK CONDITION REPORT
A B C
1 ?Formula
2
Thank you very much to all of you. You have been most helpful.I was able to finish my worksheets on time. (y) .
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result

jim may

Well-known Member
Joined
Jul 4, 2004
Messages
7,484
Would you have any problem setting Tools, Options Calculation to Automatic? Once done in your
TANK CONDITION REPORT tab
Cell B1 enter:
='CONSUMPTION TABLE '!B1
Copy it down as far as needed.
:coffee:
 
Upvote 0

jindon

MrExcel MVP
Joined
Aug 21, 2004
Messages
16,995
Hi

If the last cell in Col. B is the latest entry then try

=Vlookup(10^10,'consumption table'!B:B,1)

hope this helps
jindon
 
Upvote 0

Forum statistics

Threads
1,190,795
Messages
5,982,968
Members
439,808
Latest member
agutosay

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
Top