Excel General Flashcards
Columns
hold up a house so vertical
File
= workbook
Accessibility Tab
Can help you SHINE.
Workbooks have
work-sheets within them
All worksheets have
same # rows & columns
You are using a button on the ribbon, and you are interested in learning more about its functionality. How can you access “Tell me more”?
Hover over the button, then click Tell me more at the bottom of the information displayed.
When would you use Excel for a task?
NO-when creating a presentation to give to a team
NO-when writing an instruction guide for a team
NO-when writing an article about a new product
YES-when creating a list of employees with their ID numbers
Correct
Excel is commonly used for creating and maintaining lists.
What is the difference between a workbook and worksheet?
A workbook is the file and a worksheet is the individual tab within the workbook.
NumberS should be right-aligned
unless serial/part #s
Which action CANNOT be reversed using the Undo command?
deleting a tab in the workbook
Correct
The Undo feature does not apply to modifying tabs in the workbook, which includes deleting and renaming the tab.
what is most likely the reason the work order and status columns are left-aligned while the cost column is right-aligned?
By default, cells with alpha characters are left-aligned and while numeric characters are right-aligned.
How can you use Find and Select to quickly capitalize the many instances of “IT” appearing in the worksheet?
Use the “Match entire cell contents” option under Replace.
Correct:
This will capitalize every instance of “it” in cells in which lowercase “it” is the only content.
How would you quickly find who is assigned a specific badge number?
Use the Find tool, enter the badge number, and check the box next to Match Case AND Match Entire Cell Contents.
Correct
The badge numbers are alphanumeric and also consist of capital and lowercase letters. With a large number of badges in the worksheet, it is best to use BOTH the Match Case AND the Match Entire Cell Contents to have only one result.
You want to move the ID COLUMN before the employee name. What is the fastest way to move this data?
Click B to highlight the column then hold the Shift key down and drag the column in front of the Employee column.
you want to use the XLOOKUP function to find the employee whose number appears in cell I2. Using the data in columns A and B, what formula is needed
=XLOOKUP(I2,B:B,A:A)
The XLOOKUP formula will search for the ID in I2 in column B and will return the name in column A