Forum Discussion
Naveed1002
Mar 15, 2021Copper Contributor
Lookup Functions to bring Font and textColor
Hello, While I am using Vlookup or Index match. I am only getting corresponding lookup values not their font color or text format is there any possibility that we could able to get those things t...
SergeiBaklan
Mar 15, 2021Diamond Contributor
No, formulas work with cell values, not with cell properties like color. To work with properties you need VBA, your own or already built functions.