106k views
23 votes
Working with Formulas W5 notes

Can sombody write me guided note over that topic for math

User Givius
by
2.9k points

1 Answer

11 votes

Answer:

(Note: all formulas in Excel need to be preceded by an โ€œ=โ€ sign.) If the values contained in E5 and E6 are 6 and 11, respectively, the formula will produce 17 as the value it displays. If you change E5 to 7, the result will automatically change to 18.

Example

Let's say you were putting together an office supply order, and you wanted to keep track of much you were spending. You could put together a spreadsheet like the one below, with the list of items to be purchased, their unit prices, the number of each item ordered, and the total spent for each. It would make sense to enter the things you know in advance (like the price of individual items and the number ordered), but you could let Excel calculate the totals for you. For the first item listed below (pencils), this could be done by making the value of the total price (cell D2), the value of the unit price (held in cell C2) multiplied by the number of items ordered (held in D2). This formula would be written "=B2*C2".

Excel Formula Example 1

Explanation:

User Neville Cook
by
3.3k points