3

enter image description here

I am trying to create a custom dropdown for each row depending on the content of a cell in the same row. I have tried several other ways but they do not work when you filter.

The formula I am using will be put in the range section here.

this is the formula :

=concatenate("'Working'!$AG",(match(C2,Working!D:D,0)),":","$AK",(match(C2,Working!D:D,0)))

This would output Working!$AG3:$AK3 which would be a valid range and return the correct result. Help, please

3
  • Why is it tagged with 'excel'? Commented Jun 10, 2022 at 11:21
  • I thought excel users may have an idea of how this could be resolved Commented Jun 10, 2022 at 12:07
  • Can you share a public copy of the sheet you are using? Commented Jun 10, 2022 at 13:39

1 Answer 1

3

That is not possible. No formulae other than simple range references can be used in conditional formatting criteria when List from a range is selected

(currently in June 2022)

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.