Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 39
Default Formula for getting the breakup of net amount

Hi All,

I have a column of positive & Negative values.
As given in the Example below ( actual data may run to more than few
thousands of rows ).

Could some one tell me how to find the values which have exact
positive & negative values.

ie., from the example below i need to know : -
1 - 100 & -100 are summing to zero.
2 - second 200 & -200 are summing to zero
3 - first -300 & next 300 are zero when summed
If you need any clarification please post back.

Example
Column A
100
-100
200
200
-200
-300
300
300
300
500
-500
-500
500
500
-500
1000
-1000
-1000
-1000
-1000
1000

Thanks,
Thyagaraj
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 83
Default Formula for getting the breakup of net amount

Hi Thyag,

Paste the below formula to Column B and Column C, and copy till you have data

Column B = =IF(LEFT(A3,1)="-",A3,0)
Column C = =IF(LEFT(A3,1)<"-",A3,0)

"Thyag" wrote:

Hi All,

I have a column of positive & Negative values.
As given in the Example below ( actual data may run to more than few
thousands of rows ).

Could some one tell me how to find the values which have exact
positive & negative values.

ie., from the example below i need to know : -
1 - 100 & -100 are summing to zero.
2 - second 200 & -200 are summing to zero
3 - first -300 & next 300 are zero when summed
If you need any clarification please post back.

Example
Column A
100
-100
200
200
-200
-300
300
300
300
500
-500
-500
500
500
-500
1000
-1000
-1000
-1000
-1000
1000

Thanks,
Thyagaraj

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
what is the formula for returning the amount to amount in words Vijay Excel Discussion (Misc queries) 1 March 8th 10 01:08 PM
Range Breakup trans Excel Discussion (Misc queries) 9 November 30th 07 10:41 PM
Formula for amount owing subtract amount paid Taperchart Excel Worksheet Functions 1 June 4th 06 05:51 PM
breakup spreadsheets hef[_7_] Excel Programming 3 November 24th 03 06:54 PM
breakup spreadsheets hef[_6_] Excel Programming 0 November 24th 03 03:35 PM


All times are GMT +1. The time now is 03:31 PM.

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

About Us

"It's about Microsoft Excel"