I need a VBA NEW function that I can insert it into a given cell and it would do the following:
Stay on the same row but check +20 columns over for the cell.
If the cell is empty or "NA" then check next cell to the left or same row, column +19.
If the cell contains the date, then I need to grab the header for that column or Row 1, same column and insert it into the cell that conatins the new(this) Function.
I need to check from column +20 columns down to +10 columns over and if I find ONLY Empty or "NA" then insert "No Date Found".
I have no idea how to start this as I am just a rookie. Can someone help me in the right direction for such a routine?
Any help would be great.
Thanks
Stay on the same row but check +20 columns over for the cell.
If the cell is empty or "NA" then check next cell to the left or same row, column +19.
If the cell contains the date, then I need to grab the header for that column or Row 1, same column and insert it into the cell that conatins the new(this) Function.
I need to check from column +20 columns down to +10 columns over and if I find ONLY Empty or "NA" then insert "No Date Found".
I have no idea how to start this as I am just a rookie. Can someone help me in the right direction for such a routine?
Any help would be great.
Thanks