StephanieAnn
New Member
- Joined
- Aug 21, 2020
- Messages
- 7
- Office Version
- 2016
- Platform
- Windows
Hi!
I'd like to setup a Word document that is based on what was selected from a drop down. I can do it in Excel if necessary.
For example:
If I select from the drop down: "Medical", I'd like to have a new statement come up with "Any Discounts" then another drop down for "Yes" or "No"
I tried VBA, but that's way more advanced than what I can handle.
I need more of an IF/Then situation:
IF(C1 = "Supplement" then C2 = "Any Discounts")
IF(C2 = "Any Discounts" then C3 = "Yes" or "No") I don't have a false scenario.
IF(C1 = "Short Term" then C2 = "Duration" AND C4 = "Effective Date")
IF(C2 = "Duration" then C3 = "30" "60" "90" AND C5 = free form)
I don't know if this makes any sense.
I'd like to setup a Word document that is based on what was selected from a drop down. I can do it in Excel if necessary.
For example:
If I select from the drop down: "Medical", I'd like to have a new statement come up with "Any Discounts" then another drop down for "Yes" or "No"
I tried VBA, but that's way more advanced than what I can handle.
I need more of an IF/Then situation:
IF(C1 = "Supplement" then C2 = "Any Discounts")
IF(C2 = "Any Discounts" then C3 = "Yes" or "No") I don't have a false scenario.
IF(C1 = "Short Term" then C2 = "Duration" AND C4 = "Effective Date")
IF(C2 = "Duration" then C3 = "30" "60" "90" AND C5 = free form)
I don't know if this makes any sense.