Display yes where data is present in Excel

Closed
Jody - 16 Nov 2010 à 16:17
 RayH - 16 Nov 2010 à 17:27
Hello,



In excel, how can I get column W to show "Yes" in red, if there is data is column L.

Please share... :) Thanks in advance
Related:

1 response

In column W, change the font color to Red then type in this
=IF(L2<>"","Yes","")


Copy the formula down all the required cells in column W