I currently have this formula set into my cell:
=if(G32 = TRUE, "12", "")
Thus, if G32 is checked it will display 12. However, I want to allow the formula to react with multiple check boxes each giving its own data.
Like,
=if(G30 = TRUE, "7", "")
So if G30 where to be checked it would instead display a 7. I don't need them to happen at the same time. Like they shouldn't really both display. However, I want them in the same cell to pop up independently dependent on which ever cell is checked. I'm fairly new to Google Sheets formulas and I can't figure this one out.




