OK Guys so I have been using this formula and it works perfectly, the issue im running into is that the column is a date which can be put in in several ways and I need to see it exactly as it is entered, so I am changing the column to "Text Format" but that means my formula will no longer work
Can someone guide me on the best way to VBA code this to function similarly?
It can be run with another macro so it wont need to be a change event or anything like that.
Thanks in advance for any help.
Can someone guide me on the best way to VBA code this to function similarly?
It can be run with another macro so it wont need to be a change event or anything like that.
Code:
=IFERROR(VLOOKUP($A3, PD_Table,18,FALSE),"")
Thanks in advance for any help.