Hi,
I have 3 arrays which can contain either a "Date" or the text "N/A".
For example lets say i have D1="N/A", E1="N/A" and F1=10/31/15
I want to find the largest date from D1 and E1 and F1. IN the above example the largest date is F1=10/31/15.
Any good ideas on how to do this...........i tried using "application.worksheetfunction.max" but it does not work.
Bookmarks