Edra kinsman is the sales manager for narbonne suites hotel chain, which has locations in washington, oregon, idaho, and montana. edra is using multiple worksheets to summarize sales data by state. break the external link in the worksheet, so that the formulas in the range b4:b7 of the manager information worksheet are replaced with static values. then switch to the manager information worksheet.

Answers

Answer 1

To summarize and present the findings from multiple worksheets, combine the data from each worksheet into a single worksheet.

Describe a worksheet?

In Excel documents, a "worksheet" is a collection of cells organised into rows and columns. Data consolidation enables the fusion of data from multiple worksheets into a single master worksheet.

In other words, you can quickly update a single worksheet by using the Data Consolidation tool to combine data from multiple worksheets or workbooks.

Thus, To summarize and present the findings from multiple worksheets

For more details about worksheet, click here:

https://brainly.com/question/27957051

#SPJ1


Related Questions

algorithm to print the first 10 odd numbers​

Answers

Answer:

I have the code written in c++ but the logic will be the same you just have to change the syntax ( if you're writing different language)

Explanation:

please mark brainliest

A for statement contains three expressions: initialization, test, and:

Answers

A for statement contains three expressions and these are:

InitializationTestUpdate

What is a for statement?

A for statement can be defined as a type of statement that is written by a computer programmer to repeat an action or event in a software program for a specific number of time.

In Computer programming, a for statement contains three expressions and these include the following:

InitializationTestUpdate

Read more on statements here: https://brainly.com/question/18736215

#SPJ12

Which should precede the order on a classified balance sheet

Answers

A Long-term investments should precede the other on a classified balance sheet.

What is the order of a classified balance sheet?

The common classifications that is often employed within a classified balance sheet are:

Current assets Long-term investmentsFixed assets, etc.

Therefore, A Long-term investments should precede the other on a classified balance sheet.

Learn more about balance sheet from

https://brainly.com/question/1113933

#SPJ12

PYTHON --- Toll roads have different fees based on the time of day and on weekends. Write a function calc_toll() that has three parameters: the current hour of time (int), whether the time is morning (boolean), and whether the day is a weekend (boolean). The function returns the correct toll fee (float), based on the chart below.Weekday TollsBefore 7:00 am ($1.15)7:00 am to 9:59 am ($2.95)10:00 am to 2:59 pm ($1.90)3:00 pm to 7:59 pm ($3.95)Starting 8:00 pm ($1.40)Weekend TollsBefore 7:00 am ($1.05)7:00 am to 7:59 pm ($2.15)Starting 8:00 pm ($1.10)Ex: The function calls below, with the given arguments, will return the following toll fees:calc_toll(8, True, False) returns 2.95calc_toll(1, False, False) returns 1.90calc_toll(3, False, True) returns 2.15calc_toll(5, True, True) returns 1.05

Answers

The toll program illustrates the use of conditional statements;

As a general rule, conditional statements are used to make decisions

The toll program

The toll program written in Python where conditional statements are used to make several decisions is as follows:

def calc_toll(hour, morning, weekend):

   toll_fee = 0

   if weekend == False:

       if morning == True:

           if hour < 7:

               toll_fee+=1.15

           elif hour < 10:

               toll_fee+=2.95

           elif hour <= 12:

               toll_fee+=1.90

       else:

           if hour < 3:

               toll_fee+=1.90

           elif hour < 8:

               toll_fee+=3.95

           elif hour >= 8:

               toll_fee+=1.40

   else:

       if morning == True:

           if hour < 7:

               toll_fee+=1.05

           elif hour <= 12:

               toll_fee+=2.15

       else:

           if hour < 8:

               toll_fee+=2.15

           elif hour >= 8:

               toll_fee+=1.10

   return toll_fee

   

Read more about conditional statements at:

https://brainly.com/question/24833629

#SPJ1

What type of user can open any subscription level of quickbooks online using the quickbooks online advanced app?.

Answers

Answer:

A Custom user.

Explanation:

I believe this is right. Lol :')

What are two reasons why a switch port would have a status of errdisable? (choose two. )

Answers

The reasons why a switch port would have a status of errdisable include due to duplex mismatch and bad network interface.

What is a port?

A port simply means a software defined number associated to a network protocol that's transmits communication.

In this case, the reasons why a switch port would have a status of errdisable include due to duplex mismatch and bad network interface.

Learn more about port on:

brainly.com/question/4804932

#SPJ12

What is the most common way to obtain new software?.

Answers

Today, the most common way to get new software is to download it from the Internet. Applications like Microsoft Office and Adobe Photoshop can now be purchased and downloaded right to your computer. You can also install free software this way.

3. For “Incident Energy Analysis” What body parts are involved in the distance
from the arc source.?

Answers

The body part that is close to the arc flash boundary is the energized conductors or circuit parts.

What is the distance of an arc flash?

The working distance is known to be the distance that exist between a person and the center of an arc flash.

Note that The body part that is close to the arc flash boundary is the energized conductors or circuit parts.

Learn more about Energy from

https://brainly.com/question/13881533

#SPJ1

if you dont' have access to nessus, which of the following can be used by an attacker to gain information about remote *nix hosts?

Answers

The NMap procedure that can be used to help you to gain information about remote *nix hosts is Script Scanning

What is script scanning?

The script scanner is known to be tool that acts as a measure component to the real Windows scripting host component as it helps to intercepts scripts, and also scans them before they are said to be executed.

Therefore, The script scanner is known to be tool that acts as a measure component to the real Windows scripting host component as it helps to intercepts scripts, and also scans them before they are said to be executed.

Learn more about Script Scanning from

https://brainly.com/question/18152781

#SPJ11

The process of creating and maintaining information systems is called

Answers

The process of creating and maintaining information systems is called system development.

What is system development?

System development is the process of defining, designing, testing, and implementing a new software application or program.

System development has a life cycle. This simply means that it follows stages. The primary stages are as follows;

Planning stageAnalysisDesign Development TestingImplementation.Operation and maintenance.

learn more on system development here: https://brainly.com/question/13042526

#SPJ12

what is the difference between a database and a table, and what is metadata?

Answers

The difference between a database and a table is that the database is a collection of several components like tables, and stored procedure.

What is metadata?

It should be noted that a metadata simply means a set of data which describes and gives information about the other data.

In this case, the difference between a database and a table is that the database is a collection of several components like tables, and stored procedure

Learn more about database on:

brainly.com/question/26096799

#SPJ12

You need to find the internet protocol (ip) address for a website. Which command do you use on a windows system?

Answers

A command which you would use on a Windows system to find the Internet protocol (IP) address for a website is nslookup.

What is IP address?

IP address is an abbreviation for Internet protocol address and it can be defined as a unique set of numbers that are assigned to a computer, website or other network devices, in order to successfully differentiate them from one another in an active network system.

In Computer networking, nslookup is a command which you would use on a Windows system to find the Internet protocol (IP) address for a website.

Read more on IP address here: https://brainly.com/question/24812743

#SPJ12

how to use boolean to check if math answer is correct java

Answers

Answer:

You can use an if statement since it is a Boolean type of function.

An if statement has to be true to be used. A double == is the best when checking.

These are all the possible symbols you can use to check if the math answer is correct: || , &&, <, >, <=, >=, ^, != , ==

As seen in the images, if x is the same value as y it is correct. However if it is not, it is wrong.

Boolean can be use to check math as follows;

6 < 58 > 76 == 9

What are Booleans?

Booleans is a datatype with two possible values namely True and False.

The Boolean can be denoted as bool.

In programming its often use to check if a mathematical expression or statement are True or False.

Therefore, let's use it in mathematical expression;

6 < 5

8 > 7

6 == 9

The first expression will return False.

The second expression will return True.

The third expression will return False.  

learn more on Booleans here: brainly.com/question/14120893

#SPJ11

which would you use to get the number of elements in a dictionary?

Answers

The function use to get the number of element in a dictionary is len.

What is a dictionary?

Dictionaries are used to store data values in key-value pairs. Dictionary are ordered.

Dictionary in python are express as follows:

my_dict = {"name": "Michael", "age": 28, "school": "Oxford"}

Therefore, the length of the element of the dictionary can be gotten using the len() function.

Hence,

print(len(my_dict)) will give you the length of the element.

learn more on dictionary here: https://brainly.com/question/14120893

#SPJ11

In what type of attack does the adversary leverage a position on a guest operating system to gain access to hardware resources assigned to other operating systems running in the same hardware environment

Answers

Answer:

VM escape attack

Explanation:

In a VM escape attack, the attacker exploits hypervisor vulnerabilities to gain control over resources reserved for other guest operating systems. Services operating on the guest may be exposed to the other attacks, but such attacks can only access data allotted to the same guest. In the event of a buffer overflow or directory traversal or the client in the case of cross-site scripting.

Three symptoms of spyware

Answers

Answer:

Random advertisements that pop up on your computer. Unusual slowness of your system. Unusual instability in your system, computer crashes more than usual

Explanation:

People are trying to hack into your computer

skill acquisition plans include goals, objectives, ___________________, and data collection.

Answers

Skill acquisition plans include goals, objectives, materials, and data collection.

What is a skill acquisition plan?

A skill acquisition plan can be defined as a written plan that is used to outline the goals, objectives, materials, teaching methods, and data collection techniques for teaching trainees a specific skill or set of skills.

This ultimately implies that, skill acquisition plans include all of the following:

GoalsObjectivesMaterialsData collection

Read more on skill acquisition plans here: https://brainly.com/question/15352575

#SPJ12

The CK sales manager wants to boost productivity by providing insights for sales reps at the start of each day. Which three sales-specific standard Lightning components should an administrator add to the homepage to meet this requirement

Answers

The three sales-specific standard Lightning components should an administrator add to the homepage to meet this requirement are path, activities and Key deals.

What is the meaning of Productivity?

Productivity refers to the state of being highly efficient in the work to give the high level of the output in the production.

The complete question is attached below.

The three sales-specific requirements Path, activities, and Key Deals are Lightning components that an administrator should add to the homepage to satisfy this criteria.

Learn more about Lightning components here:

https://brainly.com/question/14315478

#SPJ1

assuming the default gateway is connected to the internet, what type of internet access would this server have?

Answers

If the default gateway is connected to the internet, the type of internet access that the server would have is:

Full Access

What is a Default Gateway?

A default gateway is a functionality in a computer system that allows access or communication with other networks.

It is the primary channel of interaction with other networks. Once this default gateway is connected to the internet, it will be given full access.

Learn more about the default gateway here:

https://brainly.com/question/2692918

#SPJ11

Which two cisco products are equipped with the integrated connector to the cisco cws service? (choose two. )

Answers

The cisco products that are equipped with the integrated connector to the cisco cws service include Cisco ESA and Cisco WSA.

What is an integrated connector?

It should be noted that an integrated connector are the components that are offered to connect with applications and data sources.

In this case, the cisco products that are equipped with the integrated connector to the cisco cws service include Cisco ESA and Cisco WSA.

Learn more about integrated connection on:

brainly.com/question/24196479

#SPJ12

What term is used to describe selecting and viewing information in a database?

Answers

Answer:

Query

Explanation:

A query is a request for information that causes a database to be searched for the requested information. A set of pre-defined codes must be used when writing a query so that the database can interpret the request. A database requests information from another database. The query should be made in a database table or group of tables using the query language, a type of programming language. In this manner, the system is able to comprehend and handle the query appropriately.

A terminology which is used to describe selecting and viewing information stored in a database is known as query.

What is query?

A query can be defined as a computational request, selection and view of the data that are stored in a database table, from existing queries, or even from a combination of both a database table and existing queries.

In this scenario, we can infer and logically conclude that query is a terminology that is typically used to describe selecting and viewing of information that are stored in a database.

Read more on query here: https://brainly.com/question/25266787

#SPJ12

The lower-order word of the r9 register can be addressed as

Answers

The lower-order word of the r9 register can be addressed as an aspect of  64-bit general registers and in SP-2.

What is low order word?

The "Word" that is 16 bits, and it is one where two words can fit into a 32 bit location usually at the same time. The "low" word is said to be the smallest or least significant of 16 bits.

Therefore, note that the lower-order word of the r9 register can be addressed as an aspect of  64-bit general registers and in SP-2.

Learn more about lower-order word from

https://brainly.com/question/13833510

#SPJ12

A server creates a port that it uses to receive requests from clients. discuss the design issues concerning the relationship between the name of this port and the names used by clients

Answers

The issues raised by the name of the port and the name used by clients are service, efficiency and the local identifiers.

What is a server created port?

A server created port is the login endpoint assigned with the specific number, that mediates the delivering exchange of the information in between the server and the client.

The design issues that may rise with the name of the port and the name used by the clients includes:

Unaware to learn the port and the IP address used by the client in order to reach the service.

The problem with different servers offering services at the same time.

Efficiency problem with the port access and the local identifiers.

Learn more about server port, here:

https://brainly.com/question/13105604

#SPJ1

What action requires a UV map?

creating a mesh for a new character

drawing a polygon for a new model

applying a bespoke texture to an object

repeating a tiled texture for a road

Answers

I would say drawing a polygon for a new model, assuming that the polygon would be converted to 3D to create the model.

(I really hope this helps)

what is one of the key components of a typical formula?

Answers

The key components of a typical formula?

FunctionsReferencesOperatorsConstants.

What is a formula?

A formula is known to be made up of functions, references, operators, and constants as they help it to carryout its operations.

A function is known to be any rule, or expression that tells about an association between one variable and other.

Therefore, The key components of a typical formula?

FunctionsReferencesOperatorsConstants.

Learn more formula from

https://brainly.com/question/2005046

#SPJ11

Assume that Publication is the root class of an inheritance tree. You want to form a linked list of different publications in the inheritance tree, including Book, Report, Newspaper, etc. What is the best way to create a linked list using PublListNode and Publication classes

Answers

The best way to create a linked list using PublListNode and Publication classes is the use of the PublListNode class contains the Publication class.

What is a root class?

A root class is known to be inherited and it is one that defines an interface and behavior that are specific to all objects in any given hierarchy.

Note that The best way to create a linked list using PublListNode and Publication classes is the use of the PublListNode class contains the Publication class.

See options below

A.

The PublListNode class contains the Publication class.

B.

The Publication class is derived from the PublListNode class.

C.

The PublListNode class is derived from the Publication class.

D.

The Publication class contains the PublListNode class.

Learn more about root class from

https://brainly.com/question/14551375

#SPJ1

when was technology created?

who start it?

and finally how it started?


free coins
just answer

Answers

Answer:

two million years ago

Thomas Edison, American inventor who, singly or jointly, held a world-record 1,093 patents. In addition, he created the world's first industrial research laboratory.

________ is a record in a relational database.

Answers

The answer that is a record in a relational database is called; A row

What is a record in relational database?

In relational databases, a record is defined as a group of related data held within the same structure. Furthermore, we can say that a record is a grouping of fields within a table that reference one particular object.

Now, in relational database, a row is called a record because each row, contains a unique instance of data or key for the categories defined by the columns.

Read more about Relational Database at; https://brainly.com/question/13262352

#SPJ12

webrooming is when consumers physically inspect a product in a store to get a look and feel for it—and then buy it from an online store because it is cheaper to do so. true or false?

Answers

The statement that webrooming is when consumers physically inspect a product in a store to get a look and feel for it—and then buy it from an online store because it is cheaper to do so is false.

What is webrooming?

It should be noted that webrooming simply means the consumer practice for researching products online before buying theme in stores.

In this case, the main idea of webrooming isn't to buy it at stores because it's cheaper. Therefore, it's false.

Learn more about webrooming on:

brainly.com/question/14988432

#SPJ12

When a sender encrypts a message using their own private key, which security service is being provided to the recipient?

Answers

A security service which is being provided to the recipient when a sender encrypts a message by using his or her own private key is non-repudiation.

What is non-repudiation?

Non-repudiation can be defined as an assurance that the sender of a message is given a proof of delivery and the recipient of this message is also provided with a proof of the sender’s identity, so none of them can deny having processed the message.

This ultimately implies that, non-repudiation is a security service which is being provided to the recipient when a sender encrypts a message by using his or her own private key.

Read more on non-repudiation here: https://brainly.com/question/14631388

#SPJ12

Other Questions
What was the Indian Removal Act of 1830?A: a law to force the southeastern American Indians from their ancestral homelandsB: a law to establish an effective writing system for American IndiansC: a law to relocate western American Indians to urban regions of the United StatesD: a law to restrict American Indians from settling in the regions occupied by white Americans Read the passage from a debate speech.The current trade situation in this nation is unacceptable. We continue to lose money to other nations, while those nations prosper. I have a detailed plan to get our countryand its peopleback on the right track. My opponent, who uses her time to spread lies and rumors while eating nice dinners bought by you taxpayers, does not even have a plan. I question her priorities.Which statement best explains why the evidence provided in the text is a fallacy?The speaker uses anecdotal evidence with phrases like back on the right track.The speaker uses a bandwagon statement by complaining that other nations prosper.The speaker uses an ad hominem argument by attacking an opponents honesty.The speaker uses a false dilemma by claiming to have the ideal plan. Carmela opened her piggy bank and found she had $15.30. If she had only nickels, dimes, quarters, and half-dollars and an equal number of coins of each kind, how many coins did she have in all B is decreased by 40% and decreased again by 40%. What is the result?10 pts for anyone who helps! Which of the following is a characteristic of a population that is in Hardy- Weinberg equilibrium? A. The gene pool gets smaller in each generation. B. The alleles mutate in every generation. C. There are equal amounts of immigration and emigration. D. The frequency of each phenotype does not change. A new canal built through the desert separates a population of tortoises into two new populations. After two hundredyears, a group of biology students convinces the owners of the canal to put large covers over the top of the canal to allowthe separated populations to rejoin. After all this time will the populations still be one species? Justify your answer. Please help!38 [tex]\frac{22}{75}[/tex] + 3 [tex]\frac{11}{15}[/tex] = ? We hold these truths to be self-evident, that all men are created equal, that they are endowed by their Creator with certain unalienable Rights, that among these are Life, Liberty and the pursuit of Happiness.Declaration of Independence,1776According to this text from the preamble to the Declaration, who gives men their unalienable rights?their Creatorthe British governmentthe Continental Congresspeople who supported the king Evaluate the algebraic expression.z^2+1+y when y=4, and z=3. When there are a lot of molecules in one place it is considered an area of: by what percent will the fraction change if its numerator decreased by 20 and its denominator is decreased by 60 Why does president bush believe that pursuing an arab solution to the kuwait invasion is no longer possible? secretary of state baker was rebuffed by arab leaders at the meeting in geneva. The united nations and the us congress have both given up on diplomacy. Middle eastern leaders have demanded military action. Saddam hussein is unwilling to leave kuwait despite the efforts of arab leaders. What must reader do to analyze the casual relationship in this passage? Select three options Expressions - Part 116(2+1/2) ? Did you see (who,whom) that was?provide explanation A surgery has a success rate of 75%. Suppose that the surgery is performed on 4 patients. What is the probability that the surgery is successful on exactly 3 patients? 1. Why is polyester considered to be a good material for making the sails of ships? 2. Name the component fibres of polycot, Terry wool and cots wool? 3. Why polythene bags should not be thrown along with garbage? 4. What are synthetic fibres? How are they made? 5. Differentiate between thermoplastics and thermosetting plastics and give one example of each? 6. List and explain four properties of plastics? Give one use of plastics linked to each of these properties? 7. List three steps you can take to reduce the danger that plastic pose to the environment? 8. Describe any three major uses of nylon? 9. State advantages and disadvantages of synthetic fibres 110. Explain polymerization? You have three patients who have very specific needs when it comes to ingesting fluids: 85-year-old Martha has trouble swallowing, 65-year-old Steve has decreased heart function, and 15-year-old Samantha is dehydrated. Demonstrate your knowledge of the need for thickened liquids and fluid consistency. Which patient might require a different consistency of fluids and why? Identify methods of maintaining fluid balance including forcing and restricting fluids. Which patient might need forced fluids and why? Which patient might need restricted fluids and why?\ Luca is thinking about joining a gang because of challenges in his current family environment. Which situation most likely influenced his decision?He does not have any friends at school.He needs to help bring in money at home.His cousin has a history of depression.He feels hopeless about life and his future. A vessel with a volume of 25.1 L contains 2.80 g of nitrogen gas, 0.605 g of hydrogen gas, and 79.9 g of argon gas. At25C, what is the pressure in the vessel?Select one:a. 58.7 atmb. 2.73 atmc. 0.196 atmd. 81.0 atme. 2.34 atm