If cell A1 = 10 and B1 = 20, what will `=A1+B1` return?
30
In spreadsheet applications such as Microsoft Excel, an entry that begins with an equals sign (=) tells the program to calculate a value rather than treat the entry as plain text. The + symbol placed between two cell references is the standard arithmetic addition operator, so =A1+B1 instructs the spreadsheet to fetch the numeric values currently stored in cells A1 and B1 and add them together.
Given A1 = 10 and B1 = 20:
=A1+B1 = 10 + 20 = 30
This result updates automatically whenever either A1 or B1 changes, which is the core advantage of using cell references in formulas rather than typing fixed numbers directly.
The other results listed correspond to different operations, not addition: a result of 1020 would occur only if the two values were joined together as text using the concatenation operator (=A1&B1), which strings "10" and "20" together character by character instead of adding them numerically; a result of 200 would come from multiplying the two cells (=A1*B1); and an "Error" output would appear only if the formula contained invalid syntax, referenced a non-existent cell, or one of the operands was non-numeric text incompatible with arithmetic — none of which applies here, since both A1 and B1 hold valid numbers and the formula syntax is correct.
If cell A1 = 10 and B1 = 20, what will `=A1+B1` return?
Which function returns the smallest value?
You want to automatically advance slides with narration and animations during a presentation. Which MS PowerPoint feature should you use to achieve this?
What file extension is used to save an MS PowerPoint 2021 presentation?
What file extension is used to save an MS PowerPoint 2021 presentation?
You want to automatically advance slides with narration and animations during a presentation. Which MS PowerPoint feature should you use to achieve this?
Which function returns the smallest value?
You want to automatically advance slides with narration and animations during a presentation. Which MS PowerPoint feature should you use to achieve this?
What file extension is used to save an MS PowerPoint 2021 presentation?
Which function returns the smallest value?
Which of the following statement(s) about Quick Access Toolbar in MS-Word 2010 is/are incorrect?
P: The Quick Access Toolbar has Save, Undo, and Redo buttons by default.
Q: The Quick Access Toolbar has Cut, Undo, and Redo buttons by default.
R: You can place more buttons on the Quick Access toolbar.
S: There is no option on Quick Access toolbar for "show below the Ribbon".
Which of the following is Math and trigonometric functions available in MS-Excel 365?
Which of the following shortcut key is used to quickly create a new, blank workbook in MS-Excel 2010?
Consider the following statement about the MATCH () function of MS-Excel 2010:
P: It searches for a specified item in a range of cells, and then returns the relative position of that item in the range.
Q: The MATCH function syntax is MATCH(lookup_value, lookup _array, [match_type])
R: All the arguments in a MATCH() function are required.
Which of the following statement(s) is/are true
In MS-Excel 365 which of the following appears across the top of the screen and below the title bar and contains all the commands, formulas and features needed to create data-intense spreadsheets?