226350/conditional-format-based-on-external-cell-value
want to format a row based on the contents of a single cell. I.e., if the answer to Q6 is "yes," I would like to turn row 6 green. have experimented with numerous
=INDIRECT(ADDRESS(ROW(),17))>0
and
=INDIRECT(ADDRESS(ROW(),17))="yes"
Use a rule with the formula =$Q6="Yes" and apply it to all the rows in question, starting with row 6.
Let's say that cells A1, A2, A3, ...READ MORE
This demonstrates one approach to loop through ...READ MORE
Before looping through all of the cells ...READ MORE
Put in cell B1 of Sheet1: =INDEX(Sheet2!B:B;MATCH(A1;Sheet2!A:A;0)) Drag it ...READ MORE
Use Conditional formatting with the option "Formula ...READ MORE
The below code will help you refer ...READ MORE
Use FILTER to search using two or ...READ MORE
Try this: Sub Test() Dim ...READ MORE
The row number used in the formula ...READ MORE
Here is a really excellent tutorial on ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.