Hi
Ive been struggeling with a problem for some time now, which should be rather easy to solve but excel is not cooperating with me.
I´m making a worksheet where cell "A1" should show the last time an action have been made. This should be found in another worksheet where date and time for previous the actions have been made, and is continously beening updated.
Im using a formula to pick the most recent date using MAX().
I then want to compine the max function with Vlookup, so when i find the last "date" where an action has been made it shows the time for the action in the collumn next to the date.
My formula is like this =Vlookup(Max('sheet2!'$D:$D);'sheet2!'!$D:$E;2)
The referance is the Date collumn D , and the time is Collumn E.
When is enter this, it returns the minimum date instead of the maximum date and then "offset" correctly in the collum next to the "wrong" date.
Can anyone give help me with this??
Ive been struggeling with a problem for some time now, which should be rather easy to solve but excel is not cooperating with me.
I´m making a worksheet where cell "A1" should show the last time an action have been made. This should be found in another worksheet where date and time for previous the actions have been made, and is continously beening updated.
Im using a formula to pick the most recent date using MAX().
I then want to compine the max function with Vlookup, so when i find the last "date" where an action has been made it shows the time for the action in the collumn next to the date.
My formula is like this =Vlookup(Max('sheet2!'$D:$D);'sheet2!'!$D:$E;2)
The referance is the Date collumn D , and the time is Collumn E.
When is enter this, it returns the minimum date instead of the maximum date and then "offset" correctly in the collum next to the "wrong" date.
Can anyone give help me with this??