Hi all, Need some formula help (i think)
I need a RAG dashboard lookup formula, its based on a list of text. Ive tried a few things including custom number & index match but it doesnt seem to work.
Any idea on how i can do this? I have this list of data:
Lookup project name, in each colum check the status & give the appropriate circle colour. Should look like this:
Red = At Risk, Amber = WIP, Green = Completed, Grey = not started
Thanks in advance for your time
I need a RAG dashboard lookup formula, its based on a list of text. Ive tried a few things including custom number & index match but it doesnt seem to work.
Any idea on how i can do this? I have this list of data:
Name | Testing | Approvals | Reviews | |
---|---|---|---|---|
project 1 | Completed | Not started | At Risk | |
project 2 | WIP | Completed | At Risk | |
project 3 | At Risk | WIP | WIP | |
project 4 | Not Started | Not started | WIP |
Lookup project name, in each colum check the status & give the appropriate circle colour. Should look like this:
Name | Testing | Approvals | Reviews | |
---|---|---|---|---|
project 1 | ● | ● | ● | |
project 2 | ● | ● | ● | |
project 4 | ● | ● | ● |
Red = At Risk, Amber = WIP, Green = Completed, Grey = not started
Thanks in advance for your time
Last edited: