topher1166
New Member
- Joined
- Mar 3, 2011
- Messages
- 31
I have several checkbox options. I am trying to have a certain link appear in 1 cell depending on what check box is selected (I would like the option to have multiple links in the 1 cell).
I am having 2 problems:
1. I can't seem to get multple =IF statements in the single cell (1 =IF per check box)
2. I cant get a hyper link inside the IF statement.
ex.
=IF(A1=True, "HyperlinkHere", "")
A1 is the cell attached to the check box true/false statement.
I am having 2 problems:
1. I can't seem to get multple =IF statements in the single cell (1 =IF per check box)
2. I cant get a hyper link inside the IF statement.
ex.
=IF(A1=True, "HyperlinkHere", "")
A1 is the cell attached to the check box true/false statement.