A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
interesting topic.
How about a form like this.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am drafting an excel document for acquisition reviews, and want to exclude a cell if value in 7D=Specified Value it will exclude Example: Row 23 Column D question then grays out that cell, so the user knows it is not applicable to them.
For example:
Row1- Dropdown List: 4 options---If option 1 is selected, gray out question 4, 5, and 6.
Row 2-Dropdown List: 4 options--If option 2 is selected, gray out question 2, 7, and 8.
Row 3-1. List your favorite foods.
Row 4-2. List your favorite drinks.
The point is having different programs in different pathways/milestones and having a review process to generate what questions are applicable to you and your system/program. Not very experienced with excel formulas, and would greatly appreciate some help.
-Matthew Gibson
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
if value in 7D=Specified Value it will exclude Example: Row 23 Column D question then grays out that cell
Matthew,
add a conditional formatting using a formula e.g. when 123 is your specific value: =$D$7=123 and apply to row 23. https://support.microsoft.com/en-us/office/use-conditional-formatting-to-highlight-information-fed60dfa-1d3f-4e13-9ecb-f1951ff89d7f
Andreas.