Forum Discussion
nleven
Dec 17, 2020Copper Contributor
IF Formula Advice
Hello, I am a very novice Excel user here. I am looking to create a simple checklist where if I place an "X" in a cell, I get an "X" in a corresponding cell in another column. I have used this formul...
- Dec 17, 2020Try:
=IF(COUNTIF(D4:F4,"X")>0,"X","")