Cell Needs Latest Date from SAME Column

samsilverman

Board Regular
Joined
Nov 9, 2009
Messages
176
Is there a way for a cell to compute the latest date from other cells in the same column? This is so a fuel charge will always be activated by the latest date a client is serviced. I can get the techs to manually input the date, but would rather have it automated.

Thanks for any help.
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Hello,

There is a =Now() or a =TODAY() function. These will be updated as a variable or in other words, not a constant.
 
Upvote 0
Hello,

There is a =Now() or a =TODAY() function. These will be updated as a variable or in other words, not a constant.

Well, it needs to pick up the latest date that was input by the technician. That would not necessarily be today's date. If he completes the paperwork on January 22, 2011 it could be for areas he serviced on January 15, 2011.

Maybe something like

=MAX(A1:A100)

The cell may be within the range it is looking through. So, in your example, it may be A30 that needs to find the latest input date in Column A.
 
Upvote 0
So what action should cause the cell to update? Selecting the cell, filling in an adjacent cell? Something else?
 
Upvote 0
Let's say rows 7 through 25 are for different service areas. On the latest visit (January 20), only rows 12-15 get a new date placed in Column E because those are the only areas that are serviced.

Row 26 is reserved for a fuel charge. That row's cell for column E would pick up the latest date of January 20th through some type of formula or macro.
 
Upvote 0
Based on that

=MAX(E7:E25) in E26 would pick up the latest date.
 
Upvote 0

Forum statistics

Threads
1,223,236
Messages
6,170,906
Members
452,366
Latest member
TePunaBloke

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