Hi, New to this forum, so go easy.
I have managed to return 4 separate values using 4 vlookups on different lines in a single cell.
The purpose would be for these formula to run the entire year and show dates from the 4 other cells in the corresponding months accordingly.
However when one of the dates is not in range of Mar -18 it returns #N/A. How to return a blank for Non Mar 18 dates and still show those dates that are in Mar 18.
=TEXT(VLOOKUP($E$9,Table9[Mar-18],1,FALSE), "dd/mm")& "
" &TEXT(VLOOKUP($F$9,Table9[Mar-18],1,FALSE), "dd/mm")& "
" &TEXT(VLOOKUP($G$9,Table9[Mar-18],1,FALSE), "dd/mm")& "
" &TEXT(VLOOKUP($F$9,Table9[Mar-18],1,FALSE), "dd/mm")
Cheers
I have managed to return 4 separate values using 4 vlookups on different lines in a single cell.
The purpose would be for these formula to run the entire year and show dates from the 4 other cells in the corresponding months accordingly.
However when one of the dates is not in range of Mar -18 it returns #N/A. How to return a blank for Non Mar 18 dates and still show those dates that are in Mar 18.
=TEXT(VLOOKUP($E$9,Table9[Mar-18],1,FALSE), "dd/mm")& "
" &TEXT(VLOOKUP($F$9,Table9[Mar-18],1,FALSE), "dd/mm")& "
" &TEXT(VLOOKUP($G$9,Table9[Mar-18],1,FALSE), "dd/mm")& "
" &TEXT(VLOOKUP($F$9,Table9[Mar-18],1,FALSE), "dd/mm")
Cheers