Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Have an basic info in "sheet A" with columns named like below, with hundreds
of rows with data: Date,Flightnr, Aircraft, Dep.Airport, Arr.Airport, Flighttime etc etc In "sheet B" I have a form that I want to present the latest flight The last flight (most previous) was: Date, Flight, Aircraft, Dep.Airport, Arr.Airport, Flighttime |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If there are no gaps in the date column and the last flight is the bottommost
entry, you could use: To return the last date: =INDEX(Sheet1!A:A,COUNTA(Sheet1!A:A)) To return the last Flight: =INDEX(Sheet1!B:B,COUNTA(Sheet1!A:A)) .... MSSailor wrote: Have an basic info in "sheet A" with columns named like below, with hundreds of rows with data: Date,Flightnr, Aircraft, Dep.Airport, Arr.Airport, Flighttime etc etc In "sheet B" I have a form that I want to present the latest flight The last flight (most previous) was: Date, Flight, Aircraft, Dep.Airport, Arr.Airport, Flighttime -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to Find Latest Transaction Date and amount for a customer | Excel Discussion (Misc queries) | |||
find latest date in a row, when dates have apostrophes in it | Excel Discussion (Misc queries) | |||
Need help to find a date (latest date) from a column | Excel Worksheet Functions | |||
Need help to find a date (latest date) from a column | Excel Worksheet Functions | |||
code not unique find latest date | Excel Discussion (Misc queries) |