#1   Report Post  
Jambruins
 
Posts: n/a
Default Finding middle value

I have numbers in cells J3:J61 and L3:L61. Some are positive and some are
negative. I would like cells K3:K61 to find the middle value between the
corresponding J and L cells. For example
cell J61 is -185
cell L61 is +113
I would like cell K61 to be +136.

Once a positive number goes down to +100 it would then go to -101 instead of
99. How would I do this? Thanks
  #2   Report Post  
Bill Martin -- (Remove NOSPAM from address)
 
Posts: n/a
Default

Jambruins wrote:
I have numbers in cells J3:J61 and L3:L61. Some are positive and some are
negative. I would like cells K3:K61 to find the middle value between the
corresponding J and L cells. For example
cell J61 is -185
cell L61 is +113
I would like cell K61 to be +136.

Once a positive number goes down to +100 it would then go to -101 instead of
99. How would I do this? Thanks



---------------

Can you explain your example a little more? I don't understand in what sense
+136 is in the "middle" between +113 and -185. What's the math you use to
arrive at +136?

If I average =(+113-185)/2 I get -36. Somehow you then want to apply a rule to
transform -36 to +136?

Bill
  #3   Report Post  
bj
 
Posts: n/a
Default

I think the example should have resulted in -136 instead of +136 if this is
the case try
=if(J61+L61<0,-100,100) + (if (J1<0,J1+100,J1-100)+if(L1<0,L1+100,L1-100))/2

if you meant for it to be +136, try putting a parenthsis around the above
fomula and putting a minus sign in front of it.

"Jambruins" wrote:

I have numbers in cells J3:J61 and L3:L61. Some are positive and some are
negative. I would like cells K3:K61 to find the middle value between the
corresponding J and L cells. For example
cell J61 is -185
cell L61 is +113
I would like cell K61 to be +136.

Once a positive number goes down to +100 it would then go to -101 instead of
99. How would I do this? Thanks

  #4   Report Post  
B. R.Ramachandran
 
Posts: n/a
Default

I think the answer in your example should have been -136 (as bj noted in his
reply);
the following formula (in cell K3) is a possibility.
=IF(J3/L30,AVERAGE(J3,L3),IF(AVERAGE(J3,L3)=0,AVERAGE(J 3,L3)+100,AVERAGE(J3,L3)-100))

"Jambruins" wrote:

I have numbers in cells J3:J61 and L3:L61. Some are positive and some are
negative. I would like cells K3:K61 to find the middle value between the
corresponding J and L cells. For example
cell J61 is -185
cell L61 is +113
I would like cell K61 to be +136.

Once a positive number goes down to +100 it would then go to -101 instead of
99. How would I do this? Thanks

  #5   Report Post  
Jerry W. Lewis
 
Posts: n/a
Default



Jambruins wrote:

I have numbers in cells J3:J61 and L3:L61. Some are positive and some are
negative. I would like cells K3:K61 to find the middle value between the
corresponding J and L cells. For example
cell J61 is -185
cell L61 is +113
I would like cell K61 to be +136.

Once a positive number goes down to +100 it would then go to -101 instead of
99. How would I do this? Thanks


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Finding min and max date of a given month Caro-Kann Defence Excel Worksheet Functions 2 May 13th 05 06:33 PM
finding the second largest number in a list bobf Excel Discussion (Misc queries) 1 February 16th 05 01:19 PM
Finding Median if a value = 1.. help! Greg Excel Worksheet Functions 2 February 13th 05 03:28 AM
Finding Cell References Zokess Excel Discussion (Misc queries) 2 February 4th 05 04:52 PM
How can i imput a formula in excel for finding the area of a regu. Rona Excel Discussion (Misc queries) 2 January 15th 05 08:17 PM


All times are GMT +1. The time now is 08:20 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"