Hello,
I have two cells, U635 and the adjacent cell V635. Both also are data validated drop down lists. If a particular name is chosen in U635, it will populate a unique drop down list available in V635 (multi-dependent validation).
What I would like to achieve through Conditional Formatting is:
If the name Multiple Machines (WC Admin.) is chosen in U635, I would like V635 to insert the text Multiple Machines. I have searched out a formula on several threads that works fine as a stand alone formula, but not functional via conditional formatting. Are there any possibilities?
Here is the formula:
=IF(COUNTIF(U635,"MULTIPLE MACHINES (W/C ADMIN.)")>0,"MULTIPLE MACHINES","")
Thank you in advance.
I have two cells, U635 and the adjacent cell V635. Both also are data validated drop down lists. If a particular name is chosen in U635, it will populate a unique drop down list available in V635 (multi-dependent validation).
What I would like to achieve through Conditional Formatting is:
If the name Multiple Machines (WC Admin.) is chosen in U635, I would like V635 to insert the text Multiple Machines. I have searched out a formula on several threads that works fine as a stand alone formula, but not functional via conditional formatting. Are there any possibilities?
Here is the formula:
=IF(COUNTIF(U635,"MULTIPLE MACHINES (W/C ADMIN.)")>0,"MULTIPLE MACHINES","")
Thank you in advance.