Hi, currently I have a data table from which I use a lookup formaulas to list data ranked in highest order Showing the team reference and its percentage result with a text string such as XYX123(99.56%), XYZ456(95.23)
The formula that I've used is...
=VLOOKUP(1,A610,2,0)&"("Text(vlookup(1,A610,4,0),"0.00")&"%"),"&VLOOKUP(2,A610,2,0)&"("Text(vlookup(1,A610,4,0),"0.00")&"%")
Currently I copy the text string into an email with an image of the table, but use color formatting to show the team reference and percentage in green if greater than 96%, and red if less that 96%.
Is there anyway to achieve this manual step within Excel with Conditional Formats or another approach?
Mnay Thanks
The formula that I've used is...
=VLOOKUP(1,A610,2,0)&"("Text(vlookup(1,A610,4,0),"0.00")&"%"),"&VLOOKUP(2,A610,2,0)&"("Text(vlookup(1,A610,4,0),"0.00")&"%")
Currently I copy the text string into an email with an image of the table, but use color formatting to show the team reference and percentage in green if greater than 96%, and red if less that 96%.
Is there anyway to achieve this manual step within Excel with Conditional Formats or another approach?
Mnay Thanks