
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
expand_more
expand_more
format_list_bulleted
Question
thumb_up100%
what is the accurate custom formula to highlight the amounts over $1000?

Transcribed Image Text:Single colour
Colour scale
Apply to range
D8:D20
田
Format rules
Format cells if.
Custom formula is
=$D8:D20>1000

Transcribed Image Text:Add a conditional formatting rule using
the "Custom formula is" option and
write a formula that highlights amounts
over $1,000 with the Default green
background.
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution
Trending nowThis is a popular solution!
Step by stepSolved in 2 steps with 1 images

Follow-up Questions
Read through expert solutions to related follow-up questions below.
Follow-up Question
Name |
Paul J Mitchell |
Justin M Combs |
John L Brown |
Pamela C Dixon |
Mary M Jackson |
Marjorie A Stephen |
Valeria H Jacobs |
Scott E Williams |
Ruth A Owens |
Justin M Combs |
Derrick O Chacon |
Omar I Nelson |
Valeria H Jacobs |
Justin B Dunleavy |
Linda M Briones |
Scott E Williams |
Telephone number |
360-536-8867 |
925-465-9657 |
847-708-4329 |
815-562-9538 |
760-394-4546 |
517-549-6632 |
404-520-2758 |
956-327-5997 |
972-988-9510 |
925-465-9657 |
417-796-2387 |
301-902-0592 |
404-520-2758 |
518-774-5147 |
215-235-8596 |
956-327-5997 |
Instructions:
- Conditionally format the cells in the Name column using a custom formula that applies the Default green background if the COUNTIF formula is greater than one.
- For the first criteria of this first COUNTIF function, fix the rows of the range with $ but do not fix the columns (e.g. A$3:A$18).
- Write a similar rule that conditionally formats the cells in the Phone number column with the same Default green background.
Based on the instructions what are the accurate formulas to put in the custom formula? I already tried =COUNTIF(A3:A18,A3)>1 but it is still incorrect.
Solution
by Bartleby Expert
Follow-up Questions
Read through expert solutions to related follow-up questions below.
Follow-up Question
Name |
Paul J Mitchell |
Justin M Combs |
John L Brown |
Pamela C Dixon |
Mary M Jackson |
Marjorie A Stephen |
Valeria H Jacobs |
Scott E Williams |
Ruth A Owens |
Justin M Combs |
Derrick O Chacon |
Omar I Nelson |
Valeria H Jacobs |
Justin B Dunleavy |
Linda M Briones |
Scott E Williams |
Telephone number |
360-536-8867 |
925-465-9657 |
847-708-4329 |
815-562-9538 |
760-394-4546 |
517-549-6632 |
404-520-2758 |
956-327-5997 |
972-988-9510 |
925-465-9657 |
417-796-2387 |
301-902-0592 |
404-520-2758 |
518-774-5147 |
215-235-8596 |
956-327-5997 |
Instructions:
- Conditionally format the cells in the Name column using a custom formula that applies the Default green background if the COUNTIF formula is greater than one.
- For the first criteria of this first COUNTIF function, fix the rows of the range with $ but do not fix the columns (e.g. A$3:A$18).
- Write a similar rule that conditionally formats the cells in the Phone number column with the same Default green background.
Based on the instructions what are the accurate formulas to put in the custom formula? I already tried =COUNTIF(A3:A18,A3)>1 but it is still incorrect.
Solution
by Bartleby Expert
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
- In EXCEL: Assuming you are working with a table named SalesData, which of the following formulas will display only the table's data? a. “=SalesData[#Data]” b. “=SalesData[#OnlyData]” c. “=SalesData[#FullData]” d. “=SalesData[#All]”arrow_forwardWhat’s the purpose of a column qualifier? When are you required to use one?arrow_forwardThe APPT_DTTM column stores the date and time of an appointment. Which of the following expressions would return TRUE for all appointments on January 1, 2018, and FALSE for all other appointments? SELECT ONE OF THE FOLLOWING A. APPT_DTTM >= '1 JAN 2018' AND APPT_DTTM < '2 JAN 2018' B. APPT_DTTM = '1 JAN 2018' C. APPT_DTTM > '31 DEC 2017' AND APPT_DTTM <= '1 JAN 2018' D. APPT_DTTM > '31 DEC 2017' AND APPT_DTTM < '2 JAN 2018' Choose one correct answer and what is output of remaining queries with proper explanationarrow_forward
- Minimize the following DFA: 0 1 →90 q1 90 91 qo 92 92 93 91 *q3 93 90 94 93 95 95 96 q4 96 95 96 q7 96 q3 Hint: Use the "table filling method" for minimizing your DFA (if needed).arrow_forwardWhat type of situation requires using a subquery?arrow_forwardPlease give me correct solution with explanation. The DATE option of the COLUMN command does not allow a specific format to be applied to date values. True Falsearrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education

Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON

C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON

Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning

Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education