Forum Discussion
sandraz869289
Feb 21, 2023Copper Contributor
Help with a Formula in Excel
Hello, I need help on how to do a formula in excel please. I have a cell that shows the type on construction on a cabinet, either FF or EUR, I want a formula that when cell G6 is "FF", it will calcu...
- Feb 21, 2023
=J$1/IF(G6="FF",11.5,10.5)
Detlef_Lewin
Feb 21, 2023Silver Contributor
=J$1/IF(G6="FF",11.5,10.5)
sandraz869289
Feb 21, 2023Copper Contributor
Detlef_Lewin, Thank you so much! It worked... 🙂