rharri1972
Board Regular
- Joined
- Nov 12, 2021
- Messages
- 132
- Office Version
- 2019
- Platform
- Windows
Good morning!
I have created a form in an excel sheet, (not a vba form, just a worksheet). It is a questionnaire in which I will type in answers given by the customer. This will be height/weight, medications and health questions. I would like to automate this as it can assist in pointing me in the right direction for the product to offer. This worksheet is titled "FORM".
Focusing on the height and weight I want to have the sheet automatically show if someone is within range.
I have a second worksheet "CHART" with all of the heights and weights.
On worksheet "CHART" A2 has weight minimum and C2 has weight maximum with B2 containing the height. EXAMPLE range (min wgt) (height) (max wgt) : 82 4'8 185
On Worksheet "FORM" I will type in their height and then type in their weight. I would like for the formula to find the height on the chart in Worksheet "CHART" and then be able to "look" into columns A and C in that row of the chart and return "True/False" in the form of a Red Check picture or a Green Check picture on Worksheet "FORM". Is this even possible with a formula or will it need to be executed with vba? If one or the other can be used please show how it could be "coded". Thank you in advance for any help!!
I have created a form in an excel sheet, (not a vba form, just a worksheet). It is a questionnaire in which I will type in answers given by the customer. This will be height/weight, medications and health questions. I would like to automate this as it can assist in pointing me in the right direction for the product to offer. This worksheet is titled "FORM".
Focusing on the height and weight I want to have the sheet automatically show if someone is within range.
I have a second worksheet "CHART" with all of the heights and weights.
On worksheet "CHART" A2 has weight minimum and C2 has weight maximum with B2 containing the height. EXAMPLE range (min wgt) (height) (max wgt) : 82 4'8 185
On Worksheet "FORM" I will type in their height and then type in their weight. I would like for the formula to find the height on the chart in Worksheet "CHART" and then be able to "look" into columns A and C in that row of the chart and return "True/False" in the form of a Red Check picture or a Green Check picture on Worksheet "FORM". Is this even possible with a formula or will it need to be executed with vba? If one or the other can be used please show how it could be "coded". Thank you in advance for any help!!