lezawang
Well-known Member
- Joined
- Mar 27, 2016
- Messages
- 1,805
- Office Version
- 2016
- Platform
- Windows
Hi
I inserted 4 option buttons in a sheet (developer-->insert). I linked them to cell K1
Now when i click on the first one then K=1, second one, then K=2 etc.
So far so good. I wrote this formula in L1
L1 = if (K1=1, N1=1,N1=100)
So I want to make the value of cell N1 = 1 if K1 is 1, how can I do that? Now I am getting FALSE in cell L1!
Thank you very much.
I inserted 4 option buttons in a sheet (developer-->insert). I linked them to cell K1
Now when i click on the first one then K=1, second one, then K=2 etc.
So far so good. I wrote this formula in L1
L1 = if (K1=1, N1=1,N1=100)
So I want to make the value of cell N1 = 1 if K1 is 1, how can I do that? Now I am getting FALSE in cell L1!
Thank you very much.