Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Q 1 . Give us an example of when you might use an absolute cell reference. Give your example or form it as a question,

Q1. Give us an example of when you might use an absolute cell reference. Give your example or form it as a question, and then "translate it" into Excel.
Don't use the eText or MindTap/SAM example or my example.
Example: I want to know how much a pizza and a side of garlic knots will cost if I use my 10% discount code. The regular price of the pizza is in A5, the garlic knots are in A6. The discount is in B2 and is formatted as a percent and my result will be in B5 and B6. I want to create the formula in B5 and then copy it to B5.
For B5, the formula would be the price of the pizza minus the 10% discount. One way to calculate the discount is the price * the discount. That would then work out to
=A5-(A5-$B$)
Q2. Give an example of when you might use an IF function. Give your example or form it as a question, and then "translate it" into Excel. Don't use the eText or MindTap/SAM example or my example.
Example: We're going to have some type of precipitation. If the temperature is 32 degrees F or below, we'll get snow. If it's above 32 degrees F, it will rain. The temperature is in A15 and the formula goes in B15.
The format for an IF function is IF (test, true, false)
If the temperature is equal to or less than 32
TRUE = "Snow"
FALSE = "Rain"
The formula would then be = IF (A15<=32, "Snow", "Rain")
Q3. A fun thing to try. You can enter your birthday in a cell and then format it as a "Long Date". Don't give us the actual date, but tell us what day of the week you were born. I was born on a Tuesday.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Development For Dummies

Authors: Allen G. Taylor

1st Edition

978-0764507526

More Books

Students also viewed these Databases questions