A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Appreciate your response.
Thanks.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Using form Control Buttons to return values to single cell. Getting unstable response. Expecting 1,2,3... getting 1,4,5 to $H9.
Driving me nuts.
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Appreciate your response.
Thanks.
AI answer
Form controls return a number based on their linked cell and configuration, so unexpected values (like 1,4,5 instead of 1,2,3) usually come from how the controls are linked or how the INDEX/lookup logic is set up.
Check these points step by step:
$H$9) if all buttons are supposed to write to a single cell.=INDEX(H1:H20, G1, 0) where G1 is the linked cell.$H$9, ensure the formula references that exact cell and the list range is correct.$H$9), they can overwrite each other and appear “unstable.”If all controls are correctly linked and the list/INDEX formula is consistent, the linked cell should reliably return 1, 2, 3, … according to the selected item’s position.
References: