#1   Report Post  
Posted to microsoft.public.excel.misc
krismtx
 
Posts: n/a
Default Subtract in excel


Thanks in advance!
I hope I can explain my question adequately:
I have a list of amounts that are being deducted from 100,000. I would
like to deduct until I get the "positive remainder". I do not want a
negative number.

$100,000.00 Amounts to be deducted Declining total

first $5,000.00 $95,000.00 $5,000.00
next $15,000.00 $80,000.00 $15,000.00
next $25,000.00 $55,000.00 $25,000.00
next $35,000.00 $20,000.00 $35,000.00
next $45,000.00 -$25,000.00 $20,000.00
$100,000.00


--
krismtx
------------------------------------------------------------------------
krismtx's Profile: http://www.excelforum.com/member.php...o&userid=33462
View this thread: http://www.excelforum.com/showthread...hreadid=536368

  #2   Report Post  
Posted to microsoft.public.excel.misc
krismtx
 
Posts: n/a
Default Subtract in excel


Sorry to re-post. I didn't think my original posted


--
krismtx
------------------------------------------------------------------------
krismtx's Profile: http://www.excelforum.com/member.php...o&userid=33462
View this thread: http://www.excelforum.com/showthread...hreadid=536368

  #3   Report Post  
Posted to microsoft.public.excel.misc
Roger Govier
 
Posts: n/a
Default Subtract in excel

Hi

Assuming your data is set out as follows
B1 100000
A2 5000, A3 15000, A4 25000, A5 35000, A6 45000

In cell B2 enter
=MAX(0,B1-A2)
in C2 enter
=B1-B2
Copy B2:C2 down through B2:B6


--
Regards

Roger Govier


"krismtx" wrote
in message ...

Thanks in advance!
I hope I can explain my question adequately:
I have a list of amounts that are being deducted from 100,000. I would
like to deduct until I get the "positive remainder". I do not want a
negative number.

$100,000.00 Amounts to be deducted Declining total

first $5,000.00 $95,000.00 $5,000.00
next $15,000.00 $80,000.00 $15,000.00
next $25,000.00 $55,000.00 $25,000.00
next $35,000.00 $20,000.00 $35,000.00
next $45,000.00 -$25,000.00 $20,000.00
$100,000.00


--
krismtx
------------------------------------------------------------------------
krismtx's Profile:
http://www.excelforum.com/member.php...o&userid=33462
View this thread:
http://www.excelforum.com/showthread...hreadid=536368



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
how can I subtract excel cell values that contain both a number a. John Sayaff Excel Discussion (Misc queries) 4 April 2nd 23 07:24 PM
enable automatic refresh Vass Excel Worksheet Functions 2 March 11th 06 04:36 AM
Excel 5 and Excel 2000 question. Naveen Mukkelli Excel Discussion (Misc queries) 1 March 3rd 06 09:05 AM
Value Errors with EXCEL XP not showing up in EXCEL 2000 goodguy Links and Linking in Excel 0 July 19th 05 02:38 PM
Excel Range Value issue (Excel 97 Vs Excel 2003) Keeno Excel Discussion (Misc queries) 2 June 13th 05 02:01 PM


All times are GMT +1. The time now is 12:51 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"