InterviewSolution
Saved Bookmarks
| 1. |
In cell A1 = 34, A2 = 65, A3 = 89; write the formula to find the average? |
|
Answer» To find the average, using anyone of the following ways. Typing in the formula bar 1. = (A1+A2+A3)/3 (or) 2. = AVERAGE (A1; A3) |
|