now that you provided her with the average donation amount, tayen decides to invite 50 people to the grand opening of a new community garden. you return to your new donor list spreadsheet to determine how much each donor gave in the past two years. you will use that information to identify the 50 top donors and invite them to the event. what syntax adds the contribution amounts in cells o2 and p2? select all that apply

See Answers (1)

Suggested Answer

Syntax is =SUM(O2,P2) . To add cells O2 and P2 , use the function =SUM(O2,P2) . You can also use the formula =O2+P2 . To perform mathematical computations, an Excel formula is utilised. The equal symbol = is always typed in the cell before your computation in a formula.What is Syntax in Excel?The preferred tool for working with data is Microsoft Excel. Given Excel's enormous popularity, there are probably only a few people who haven't used it. Today's sectors utilise Excel extensively since it was designed to produce reports and business insights. Excel comes with a number of built-in programmes that make using it simpler.A formula in Microsoft Excel is an expression that modifies values in a set of cells. Even if the result is incorrect, these formulas nonetheless return a result. You may execute calculations like addition, subtraction, multiplication, and division using Excel formulae.The word "function" is another one that Excel formulas are extremely accustomed to using. Formulas and functions can occasionally be used interchangeably. They differ even though they are closely related. The equal sign is used to start a formula. Complex calculations that cannot be completed manually are performed in the meantime using functions. In Excel, functions have names that indicate how they should be used.To learn more about Syntax refer :https://brainly.com/question/16956440#SPJ4