• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Date Result 1/0/1900 Blank Instead

Tech56

Member
Hi I have this formula:
{=IFERROR(MAX(IF((Table2[Service]=$E7)*(Table2[Vehicle]=$G$4),Table2[Last Date])),"")}

When there aren't any dates yet yields:
1/0/1900

Is there a way to have the result blank instead?

Thank you
 
Try...
{=IFERROR(MAX(IF((Table2[Service]=$E7)*(Table2[Vehicle]=$G$4)*(Table2[last Date]<>""),Table2[Last Date])),"")}
 
Thanks but it still yields 1/0/1900. I would like it to be blank thank you. See the column in the sheet '2011 Ford F150'
 

Attachments

  • Vehicle Service 10.5 #1.xlsm
    159.5 KB · Views: 6
Back
Top