ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   special forumla (https://www.excelbanter.com/excel-discussion-misc-queries/129305-special-forumla.html)

yasi

special forumla
 
have a nice day!

I have to put a special formula for the below
calculation. pls give me the solution.

in excel sheet,

in row 1 if the column A=10
column B=8
column C=0

the result to put in column D . that is A-B-C = 10-8-0= 2

and in row 2
column A = 8
column B = 12
column C=2

i am getting the result in column D is euql to (-6) (minus 6) as the above
procedure .

but i need the result for row 2 in column D is equal to 2.
that is just like 12-8-2 = 2.
how to solve this by putting the same furmula in column D for row 1 and row 2.


thanks


bpeltzer

special forumla
 
From what you've given us, you could just enter 2 in each cell ;-).
Are you supposed to find the largest less the sum of the others? If so, a
simple formula is: =2*LARGE(A1:C1,1)-SUM(A1:C1)

"yasi" wrote:

have a nice day!

I have to put a special formula for the below
calculation. pls give me the solution.

in excel sheet,

in row 1 if the column A=10
column B=8
column C=0

the result to put in column D . that is A-B-C = 10-8-0= 2

and in row 2
column A = 8
column B = 12
column C=2

i am getting the result in column D is euql to (-6) (minus 6) as the above
procedure .

but i need the result for row 2 in column D is equal to 2.
that is just like 12-8-2 = 2.
how to solve this by putting the same furmula in column D for row 1 and row 2.


thanks


pinmaster

special forumla
 
Hi,

How about:

=MAX(A2:C2)-LARGE(A2:C2,2)-MIN(A2:C2)

HTH
Jean-Guy

"bpeltzer" wrote:

From what you've given us, you could just enter 2 in each cell ;-).
Are you supposed to find the largest less the sum of the others? If so, a
simple formula is: =2*LARGE(A1:C1,1)-SUM(A1:C1)

"yasi" wrote:

have a nice day!

I have to put a special formula for the below
calculation. pls give me the solution.

in excel sheet,

in row 1 if the column A=10
column B=8
column C=0

the result to put in column D . that is A-B-C = 10-8-0= 2

and in row 2
column A = 8
column B = 12
column C=2

i am getting the result in column D is euql to (-6) (minus 6) as the above
procedure .

but i need the result for row 2 in column D is equal to 2.
that is just like 12-8-2 = 2.
how to solve this by putting the same furmula in column D for row 1 and row 2.


thanks



All times are GMT +1. The time now is 08:17 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com