Feb 23 2023 07:02 AM
When using the xlookup function, I also want to copy the color of the cell in the return-array (hosting the value of my lookup) together with the content of that cell. This to have the same color in my current range as the color for that cell in the return-array.
What are te possibilities ? Alternate solutions ?
Feb 23 2023 07:10 AM
No, formulas only return a value.
If the cells in the lookup range are colored by conditional formatting, you can apply the same conditional formatting rules to the cell(s) with the formula.
Feb 23 2023 07:31 AM
Feb 23 2023 07:43 AM
It is possible to use VBA code, but that might be overkill.