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

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
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,516
Messages
6,119,978
Members
448,934
Latest member
audette89

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