Forum Discussion
BetseyRod
Sep 03, 2021Copper Contributor
FALSE HOW DO YOU HIDE IT
Hi this is my formula? =IF(E14="X", "X") but if there is no X the cell E14 returns FALSE. How do I hide the false? Thank you in advance for your help PC/Windows 10, 64 bit, Microsoft 365, Excel ...
- Sep 04, 2021=IF(E14="X", "X","")
Juliano-Petrukio
Sep 04, 2021Bronze Contributor
=IF(E14="X", "X","")
- BetseyRodSep 04, 2021Copper Contributor
Thank you so much exactly what I needed Juliano-Petrukio
- Juliano-PetrukioSep 04, 2021Bronze ContributorAny time. Please flag it as solved.