Possible to use dropdown results to open specific fields?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I am wondering if it is possible to have results selected from a dropdown affect corresponding fields using formulas; e.g. If "Document Type A" is selected from said dropdown, all fields relating to any other document type are automatically hidden, or on the flip side, have all fields hidden until a specific Document is selected from the dropdown.
Example: 
If Document A is Selected, the following fields will become open for input of data:

Unfortunately I have 0 experience with macros or SQL, so I'm restricted to using formulas... (I know, I'm a noob) So, if this is something that is not able to be accomplished with formulas, then I'll have to think of something else!
microsoft-excel worksheet-function
add a comment |
I am wondering if it is possible to have results selected from a dropdown affect corresponding fields using formulas; e.g. If "Document Type A" is selected from said dropdown, all fields relating to any other document type are automatically hidden, or on the flip side, have all fields hidden until a specific Document is selected from the dropdown.
Example: 
If Document A is Selected, the following fields will become open for input of data:

Unfortunately I have 0 experience with macros or SQL, so I'm restricted to using formulas... (I know, I'm a noob) So, if this is something that is not able to be accomplished with formulas, then I'll have to think of something else!
microsoft-excel worksheet-function
Option 1) Use a macro that is triggered by the user changing the pick list. Option 2) The (row) header cells are visible but appear blank along with the data by using conditional formatting based on the pick list and setting the text/fill to the same color.
– Ted D.
Mar 2 at 22:51
Some questions: 1) What happens when document b or c are selected? 2) are there always the same amount of fields for all the documents? 3) are there any information below line 74? (I see some hidden rows)
– Ricardo Diaz
Mar 3 at 0:25
add a comment |
I am wondering if it is possible to have results selected from a dropdown affect corresponding fields using formulas; e.g. If "Document Type A" is selected from said dropdown, all fields relating to any other document type are automatically hidden, or on the flip side, have all fields hidden until a specific Document is selected from the dropdown.
Example: 
If Document A is Selected, the following fields will become open for input of data:

Unfortunately I have 0 experience with macros or SQL, so I'm restricted to using formulas... (I know, I'm a noob) So, if this is something that is not able to be accomplished with formulas, then I'll have to think of something else!
microsoft-excel worksheet-function
I am wondering if it is possible to have results selected from a dropdown affect corresponding fields using formulas; e.g. If "Document Type A" is selected from said dropdown, all fields relating to any other document type are automatically hidden, or on the flip side, have all fields hidden until a specific Document is selected from the dropdown.
Example: 
If Document A is Selected, the following fields will become open for input of data:

Unfortunately I have 0 experience with macros or SQL, so I'm restricted to using formulas... (I know, I'm a noob) So, if this is something that is not able to be accomplished with formulas, then I'll have to think of something else!
microsoft-excel worksheet-function
microsoft-excel worksheet-function
asked Mar 2 at 0:22
ArgentKingArgentKing
316
316
Option 1) Use a macro that is triggered by the user changing the pick list. Option 2) The (row) header cells are visible but appear blank along with the data by using conditional formatting based on the pick list and setting the text/fill to the same color.
– Ted D.
Mar 2 at 22:51
Some questions: 1) What happens when document b or c are selected? 2) are there always the same amount of fields for all the documents? 3) are there any information below line 74? (I see some hidden rows)
– Ricardo Diaz
Mar 3 at 0:25
add a comment |
Option 1) Use a macro that is triggered by the user changing the pick list. Option 2) The (row) header cells are visible but appear blank along with the data by using conditional formatting based on the pick list and setting the text/fill to the same color.
– Ted D.
Mar 2 at 22:51
Some questions: 1) What happens when document b or c are selected? 2) are there always the same amount of fields for all the documents? 3) are there any information below line 74? (I see some hidden rows)
– Ricardo Diaz
Mar 3 at 0:25
Option 1) Use a macro that is triggered by the user changing the pick list. Option 2) The (row) header cells are visible but appear blank along with the data by using conditional formatting based on the pick list and setting the text/fill to the same color.
– Ted D.
Mar 2 at 22:51
Option 1) Use a macro that is triggered by the user changing the pick list. Option 2) The (row) header cells are visible but appear blank along with the data by using conditional formatting based on the pick list and setting the text/fill to the same color.
– Ted D.
Mar 2 at 22:51
Some questions: 1) What happens when document b or c are selected? 2) are there always the same amount of fields for all the documents? 3) are there any information below line 74? (I see some hidden rows)
– Ricardo Diaz
Mar 3 at 0:25
Some questions: 1) What happens when document b or c are selected? 2) are there always the same amount of fields for all the documents? 3) are there any information below line 74? (I see some hidden rows)
– Ricardo Diaz
Mar 3 at 0:25
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1410626%2fpossible-to-use-dropdown-results-to-open-specific-fields%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1410626%2fpossible-to-use-dropdown-results-to-open-specific-fields%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Option 1) Use a macro that is triggered by the user changing the pick list. Option 2) The (row) header cells are visible but appear blank along with the data by using conditional formatting based on the pick list and setting the text/fill to the same color.
– Ted D.
Mar 2 at 22:51
Some questions: 1) What happens when document b or c are selected? 2) are there always the same amount of fields for all the documents? 3) are there any information below line 74? (I see some hidden rows)
– Ricardo Diaz
Mar 3 at 0:25