I have a Vlookup:
=IFNA(VLOOKUP($A4,'ON 2019'!$A:$H,COLUMN(),0),VLOOKUP($A4,'ON 2018'!$A:$H,COLUMN(),0))
Is it possible to then have this formula working after the Vlookup has worked out:
=LEFT(B4,8)&" "&MID(B4,9,6)
Thanks for any help
=IFNA(VLOOKUP($A4,'ON 2019'!$A:$H,COLUMN(),0),VLOOKUP($A4,'ON 2018'!$A:$H,COLUMN(),0))
Is it possible to then have this formula working after the Vlookup has worked out:
=LEFT(B4,8)&" "&MID(B4,9,6)
Thanks for any help