I have the following Formula:
L10 = =IFERROR(IF(VLOOKUP(D10,'Sales Stats Comparison'!$D$10:$M$67,10,FALSE)<100%),"%TT Not Met"&" "&ROUND((K10-I10,4)*100&"%",IF(C10="",IFERROR((K10-I10),""),"")),"")
When this returns: (Example)
%TT Not Met 59.99%
I would like to try to have is the "%TT Not Met" aligned Left & the 59.99% aligned right.
L10 = =IFERROR(IF(VLOOKUP(D10,'Sales Stats Comparison'!$D$10:$M$67,10,FALSE)<100%),"%TT Not Met"&" "&ROUND((K10-I10,4)*100&"%",IF(C10="",IFERROR((K10-I10),""),"")),"")
When this returns: (Example)
%TT Not Met 59.99%
I would like to try to have is the "%TT Not Met" aligned Left & the 59.99% aligned right.