Question

Write a brief explanation of each of these skills listed below. Explain how each of the...

Write a brief explanation of each of these skills listed below. Explain how each of the following skills helps you transform raw data into meaningful information for users.

  1. Use Conditional Functions
  2. Do Conditional Formatting
  3. Do Data Validation
  4. Filter Data
  5. Create a Pivot Table
  6. Create a Chart
  7. Create a Pivot Table and Chart
  8. Use VLOOKUP
0 0
Add a comment Improve this question Transcribed image text
Answer #1
  • Use Conditional Functions

A conditional formula in Excel is a formula that makes a logical test of data using the IF function. It essentially allows you to create a basic logical argument of “If (this), then (that).” Though there is an entire subset of philosophy devoted to truth-functional propositional logic, in this case, you don’t won’t have to open a textbook to develop logical arguments within Excel. One of the great benefits of using conditional formulas within Excel is that it’s pretty simple. Conditional programming is used in web design and development as well, particularly in the case where a website is visited using different browsers. I like to think of it as a point in which math, philosophy, and programming meet.

How to Write a Conditional Formula

The basic syntax of the IF formula in Excel is:

=IF(logical_test,[value_if_true],[value_if_false])

logical_test: the condition that you are checking for

[value_if_true]: the result you want if the condition is true

  • Do Conditional Formatting

Conditional Formatting (CF) is a tool that allows you to apply formats to a cell or range of cells, and have that formatting change depending on the value of the cell or the value of a formula. For example, you can have a cell appear bold only when the value of the cell is greater than 100. When the value of the cell meets the format condition, the format you select is applied to the cell. If the value of the cell does not meet the format condition, the cell's default formatting is used. (By "default formatting", I mean the formatting that you set up using the normal formatting tools, not necessarily the worksheet's default font and font size.)

A cell can have up to 3 format conditions, each with its own formats, in addition to the default value of "no formatting". This allows you to have different formats depending on the value of the cell. For example, if the value was greater than 200, you can display the text in red, but if the value is between 100 and 200, display the text in green.  

Remember that Conditional Formatting is the same as adding one or more formulas to each cell in which you use it, so applying Conditional Formatting to a large number of cells may cause performance degradations. Use caution when applying to to large ranges.

  • Do Data Validation

Data validation is a feature in Excel used to control what a user can enter into a cell. For example, you could use data validation to make sure a value is a number between 1 and 6, make sure a date occurs in the next 30 days, or make sure a text entry is less than 25 characters.

  • Filter Data

Filter a range of data

  1. Select any cell within the range.
  2. Select Data > Filter.
  3. Select the column header arrow .
  4. Select Text Filters or Number Filters, and then select a comparison, like Between.
  5. Enter the filter criteria and select OK.
  • Create a Pivot Table

How to Create a Pivot Table

  1. Enter your data into a range of rows and columns.
  2. Sort your data by a specific attribute.
  3. Highlight your cells to create your pivot table.
  4. Drag and drop a field into the "Row Labels" area.
  5. Drag and drop a field into the "Values" area.
  6. Fine-tune your calculations.
  • Create a chart
  1. Select the data for which you want to create a chart.
  2. Click INSERT > Recommended Charts.
  3. On the Recommended Charts tab, scroll through the list of charts that Excel recommends for your data, and click any chart to see how your data will look. ...
  4. When you find the chart you like, click it > OK.
  • To create a PivotChart:
  1. Select any cell in your PivotTable. Clicking a cell in the PivotTable.
  2. From the Insert tab, click the PivotChart command. Clicking the PivotChart command.
  3. The Insert Chart dialog box will appear. Select the desired chart type and layout, then click OK. ...
  4. The PivotChart will appear.
  • Use VLOOKUP

The job of the vlookup is to look for a value (either numbers or text) in a column. Once it finds a match, the vlookup will return a value from any cell in the same row as the match.

Add a comment
Know the answer?
Add Answer to:
Write a brief explanation of each of these skills listed below. Explain how each of the...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 1. Write out the importance of the item listed below and explain how it related to...

    1. Write out the importance of the item listed below and explain how it related to your future IT career Power supply Motherboard Networking Hardware Networking Media Ethernet IP networking and IP Configuration Wireless: Bluetooth,infrared & NFC SOHO Configuration Wireless network Troubleshooting For each item you identified previously, search for an associated article in an IT journal or professional publication. List the article title, author(s), and publication information along with a brief summary of the article (3-5 sentences about each...

  • Part IIl. Professional Communication Skills/E tment Analysis Skills/Essays/Selective Topics Total Score: 15 Points Select any four essays from the list of topies below and answer Answer each ques...

    Part IIl. Professional Communication Skills/E tment Analysis Skills/Essays/Selective Topics Total Score: 15 Points Select any four essays from the list of topies below and answer Answer each question in detail. Use Business English. Each essay is worth 3.75 points) them in the blue book attached Each essay's answer should contain the three parts: 1. Brief introduction 2. Main/detail explanation 3. Brief summary/conclusion 1. Why do financial their meaning. analysts and investors use financial ratios? Classify financial ratios and describe 2....

  • 124 Excel for Accounting Chapter 4: Inventory Costing and Analysis Extend Your Skills EA4-E1 Edit an...

    124 Excel for Accounting Chapter 4: Inventory Costing and Analysis Extend Your Skills EA4-E1 Edit an Inventory Listing and Create a Pivot Table for Gameroom Suppliers In this exercise, you will compile summary data based on an inventory listing for Gameroom Suppliers. You will determine the inventory balance for a product category using three methods, and you will create a Pivot Table based on the inventory listing. Open EA4-E1-Inventory. Use one of Excel's built-in functions to enter the total number...

  • QUESTION 2 Copy of 1-3 Vocab Match the vocabulary word for each definition below A relational...

    QUESTION 2 Copy of 1-3 Vocab Match the vocabulary word for each definition below A relational database chart that is used to map the infor-mation from the entity relationship diagram A. Nulls the unique identifier for each row of data B. Unique Links data in one table to the data in a second table by re-ferring to the PK column in the second table C. Table instance chart Indicates if a column must contain a value D. Foreign key (FK)...

  • Using MySQL commands answer the questions listed below using the Premier Products Company schema. 1.Using Views...

    Using MySQL commands answer the questions listed below using the Premier Products Company schema. 1.Using Views a) Create a view called part_location that has the following attributes: part_num, part_description, part_quantity, warehouse_name, warehouse_address. This data comes from the part and warehouse entities. b) Write a query using the view that shows the total number of parts ordered from each warehouse. The output should look like this: 2. Using Triggers a) Execute the following SQL to create the customer_audit table in the...

  • You have recently become the CFO for Beta Manufacturing, a small cap company that produces auto parts

    EX16_XL_COMP_GRADER_CAP_AS - Manufacturing 1.6 Project Description:You have recently become the CFO for Beta Manufacturing, a small cap company that produces auto parts. As you step into your new position, you have decided to compile a report that details all aspects of the business, including: employee tax withholding, facility management, sales data, and product inventory. To complete the task, you will duplicate existing formatting, utilize various conditional logic functions, complete an amortization table with financial functions, visualize data with PivotTables, and lastly...

  • Using C++ Skills Required Create and use classes Exception Handling, Read and write files, work vectors....

    Using C++ Skills Required Create and use classes Exception Handling, Read and write files, work vectors. Create Functions, include headers and other files, Loops(while, for), conditional(if, switch), datatypes,  etc. Assignment You work at the computer science library, and your boss just bought a bunch of new books for the library! All of the new books need to be cataloged and sorted back on the shelf. You don’t need to keep track of which customer has the book or not, just whether...

  • PLEASE HELP!!!! 1) CONDITIONAL FORMATTING - Add conditional formatting to the Hours Worked field ...

    PLEASE HELP!!!! 1) CONDITIONAL FORMATTING - Add conditional formatting to the Hours Worked field data so that any hours worked greater than 8 will show in white font with a dark fill. 2) DATABASE FUNCTION - Create a database function in cell E5 that calculates the average hours worked by males in Dept. No. 2. If criteria are needed, start in cell E1. 3) VLOOKUP - In the Department field (column D) use the VLOOKUP function to place the appropriate...

  • You should implement several functions that the Phone Contacts program will need Each function with take...

    You should implement several functions that the Phone Contacts program will need Each function with take in data through the parameters (i.e., variables names listed in parentheses) and make updates to data structure that holds the contact information, return, or print information for a particular contact. The parameters needed are listed in the table below and each function is described below that 1. Make an empty dictionary and call it 'contacts'. Where in your code would you implement this? Think...

  • Write a C++ program for the instructions below. Please read the instructions carefully and make sure they are followed correctly.   please put comment with code! and please do not just copy other solu...

    Write a C++ program for the instructions below. Please read the instructions carefully and make sure they are followed correctly.   please put comment with code! and please do not just copy other solutions. Instructions 1. Read instructions carefully! 2. Use C++ syntax only, C syntax will not be accepted. 3. Always use braces to define blocks. 4. Indent all lines within a block. Each block requires one more tab. 5. Organize your code well with proper formatting and a single...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT