Forum Discussion

nleven's avatar
nleven
Copper Contributor
Dec 17, 2020
Solved

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...
  • JMB17's avatar
    Dec 17, 2020
    Try:
    =IF(COUNTIF(D4:F4,"X")>0,"X","")