azizrasul
Well-known Member
- Joined
- Jul 7, 2003
- Messages
- 1,304
- Office Version
- 365
- 2019
- 2016
- Platform
- Windows
I have inherited a spreadsheet in which I have the following issue.
I have the following formula in cell AM7 and it's a range called Multiple_CP_Levels_Val
=INDEX(TopUp_Levels,Starting_TU_Level_Choice)
Cell Value in Cell
AM10 Yes
AM11 No
Cells AM10 to AM11 is called the range Multiple_CP_Levels but also TopUp_Levels.
Cell AM6 is Starting_TU_Level_Choice.
I have a form where if a check box is ticked, then I have
Cell Value in Cell
AM6 TRUE
AM7 Yes
but if the check box is unticked, then I have
Cell Value in Cell
AM6 FALSE
AM7 #VALUE
I have the following formula in cell AM7 and it's a range called Multiple_CP_Levels_Val
=INDEX(TopUp_Levels,Starting_TU_Level_Choice)
Cell Value in Cell
AM10 Yes
AM11 No
Cells AM10 to AM11 is called the range Multiple_CP_Levels but also TopUp_Levels.
Cell AM6 is Starting_TU_Level_Choice.
I have a form where if a check box is ticked, then I have
Cell Value in Cell
AM6 TRUE
AM7 Yes
but if the check box is unticked, then I have
Cell Value in Cell
AM6 FALSE
AM7 #VALUE