Table formatting using a function #489
Answered
by
PrzemyslawKlys
andrewducker
asked this question in
Q&A
-
I have a column that contains a bunch of statuses that I want to colour differently depending on the contents. I already have a function that turns a status into a colour. I can't see any way of reusing that though. Should I just reimplement that as a set of TableConditionalFormatting statements? Not a big deal, just wondering if it was possible. |
Beta Was this translation helpful? Give feedback.
Answered by
PrzemyslawKlys
Apr 25, 2025
Replies: 1 comment 3 replies
-
I am not sure what you're really asking. TableConditionalFormatting is exactly for that? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
But you can use foreach inside it.... so just loop over your statuses adding a single line of table condition?