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

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
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
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,214,412
Messages
6,119,369
Members
448,888
Latest member
Arle8907

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