LASTDATE column with identical values

Mer333

Board Regular
Joined
Jun 28, 2014
Messages
54
Hello again!

I came across an error about LASTDATE formula which isn't work for column with identical values (I have a column with a few repeating dates).

Any ideas how to fix it?
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
LASTDATE also works with identical values in the same column (at least it does in my files). Can you describe what is not working (wrong date or error message?) and/or share the workbook
 
Upvote 0
Might be an easy solution here to just use MAX()?

LASTDATE and MAX are slightly different, with MAX only returning a scalar, and LASTDATE returning a table (of 1 value that can be converted into a scalar)... but most people wouldn't care :)
 
Upvote 0
Yeah, MAX() functions works here avoiding this error. It makes me stunned. =) Thank you! =)
 
Upvote 0

Forum statistics

Threads
1,224,019
Messages
6,175,963
Members
452,688
Latest member
spookralls

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