Excel Formulas and Functions - A Detailed Guide PART2
Excel Formulas and Functions - A Detailed Guide PART2
Conditional Formatting allows users to apply formatting (like colors, fonts, or styles) to cells
dynamically based on specific rules or conditions. Here's a detailed breakdown of how it
works and its possibilities in Excel and Google Sheets.
● Top/Bottom Rules:
○ Highlight cells based on their ranking within the range.
■ Top 10 Items: Highlight the highest-ranking values.
■ Top 10%: Highlight the top percentage of values.
■ Bottom 10 Items/10%: Highlight the lowest-ranking values.
● Data Bars:
○ Display gradient or solid fill bars to visually represent data magnitude.
● Color Scales:
○ Apply a color gradient to cells based on their values. For example:
■ Green for the highest value.
■ Red for the lowest value.
■ Yellow for mid-range values.
● Icon Sets:
○ Add visual indicators like arrows, stars, or checkmarks based on value
ranges.
Google Sheets:
● Hide a Sheet:
○ Right-click the sheet tab > Select Hide Sheet.
● Unhide a Sheet:
○ Click the three lines in the bottom-left corner > Select the hidden sheet.
1. Link Data:
○ Type = in the target cell, then switch to the source sheet and click a cell.
○ Example: =Sheet1!A1 links to A1 in Sheet1.
2. Pull Ranges:
○ Example: =Sheet1!A1:A10 pulls multiple cells.
3. How to Use Dropdown Criteria from a Range (Values from a Range in the Same Sheet):
● First, create a list of values somewhere in your worksheet (e.g., in a column). Let’s
say the list of values is in the range B1:B4:
○ B1: Apple
○ B2: Banana
○ B3: Grape
○ B4: Orange
● Follow the steps above to open the Data Validation dialog box for the cell where you
want the dropdown.
● Under the Criteria you have “dropdown” already selected, click there and change to
“drop-down (from a range)”. Below will appear a new row(source field) where you will
introduce references.
● In the Source field, enter the range that contains your list of values. For example,
=B1:B4.
● Let’s say you have a list in another sheet called Sheet2 in the range A1:A4:
○ Sheet2, A1: Apple
○ Sheet2, A2: Banana
○ Sheet2, A3: Grape
○ Sheet2, A4: Orange
● Follow the same steps to open the Data Validation dialog box for the cell where you
want the dropdown.
● Under the Criteria you have “dropdown” already selected, click there and change to
“drop-down (from a range)”. Below will appear a new row(source field) where you will
introduce references.
● In the Source field, you can refer to a range on another sheet like this:
○ =Sheet2!A1:A4
● This tells Excel to use the list from Sheet2 (cells A1 to A4) for the dropdown. You can
write manually the location of the range, or you can click on another sheet, then click
on the source field and then select the cells which need to be included in the drop-
down menu.
Step 4: Click OK on the Select a data range tab
● After entering the reference to the other sheet, click OK. Now, the dropdown menu in
your selected cell from Sheet1 will pull values from the range on Sheet2.
● Click DONE.
○ This will display the value of cell A1 from the background sheet.
4. Repeat for Other Relevant Data:
○ Use the same approach to display additional data as needed in the "Main
Sheet."
Conclusion:
This method ensures that sensitive data is stored on a background sheet while the main
sheet is protected. You can control who has access to modify or view the data, ensuring that
your Google Sheets remains secure while still displaying dynamic data from the background
sheet on the main sheet.