English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

If I have typed a number in cell A1 and another no. in cell A2 and I want that in cell A3 the number which is lower of both cells A1 and A2 should appear by way of a formula (without using the 'copy' 'paste' option), then what should I do?

2007-11-08 16:09:35 · 11 answers · asked by king 4 in Computers & Internet Software

11 answers

You can also Use the "IF" function.

The formula wil be like this:

=IF(A1

2007-11-08 16:16:46 · answer #1 · answered by exo 7 · 0 0

=min(a1:a2) is right.

You mean substract A1 and A2? Or you want numbers to be decreasing?

If substracting:
Type in A3 " =A1-A2" reverse A1 and A2 if you want the answer to be negative.

If you the numbers appear to be decreasing:
Type in A1 "10" or any number you want.
Then in A2 "=A1-1" then put your mouse at the lower right corner of the cell until cursor turns into a cross.
Then click and drag all the way down up to the cell you want.

Have fun!

2007-11-08 16:18:04 · answer #2 · answered by Big_R 2 · 0 0

In cell A3 type the following:

=MIN(A1:A2)

That will give you the lowest number from cell A1 or A2.

2007-11-08 16:13:52 · answer #3 · answered by Anonymous · 0 0

The answers give above are right

Click on A3 and type "=min(A1:A2)"

2007-11-08 16:14:12 · answer #4 · answered by dRaGoOn 3 · 0 0

Click on A3 and type "=min(A1:A2)"

2007-11-08 16:12:09 · answer #5 · answered by Snoopy 3 · 0 0

=IF(A2>A1,A1,A2)
I like the MIN function wen I have a large list

2007-11-08 16:19:27 · answer #6 · answered by Anonymous · 0 0

Lemme wager, you're in a working laptop or computing device Literacy classification... in line with threat with the paintings Institute??? because of the fact whats humorous is it rather is the right question of this weeks first task. weird and wonderful. "Week 3: Week 3 - W3: task a million talk talk question 3 evaluate Microsoft notice, Microsoft Excel, and Microsoft PowerPoint. while might desire to you utilize each and each of those applications? while are you able to apply those applications interchangeably? supply examples and motives to assist your answer."

2016-10-01 22:54:46 · answer #7 · answered by ? 4 · 0 0

use the min function

use the search function feature to find it so that you get the pop up dialog to explain the options

2007-11-08 16:13:19 · answer #8 · answered by Anonymous · 0 0

are u a school student. u can use the min function

2007-11-08 16:17:52 · answer #9 · answered by coolgurl 3 · 0 1

=MIN(a1:a2)

2007-11-08 16:12:24 · answer #10 · answered by open4one 7 · 0 0

fedest.com, questions and answers