Vlookup to include conditional formats

  • Thread starter Thread starter Trish
  • Start date Start date
T

Trish

When using vlookups, is it possible for the function to transfer conditional
formating as well from the source worksheet, in addition to content?
 
Hi,

Formulas don't do that. You could conditionally format the formula or use
VBA.
 
Hi,

You apply condtional formatting to the cell where the VLOOKUP is. VBA is
Excel's programming language.

Of course to help more we would need to know more, like what is the condtion
that formats the original cells.
 
Back
Top