Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 13
Default Help With Formula for Posting

I have no idea what to call this function!
I need to set up a worksheet to receive payments. 1st Column is the total payment. I then need to take that amount and post $45 into the first column, the next $380 into room and board, and the remainder (if any) in to tuition.

Amount Paid Application Fee Room & Board Tuition

$905.00 $45.00 $380.00 $480.00
$195.00 $45.00 $150.00 $0.00
$500.00 $45.00 $380.00 $75.00

For some reason I can't wrap my head around how to make them "feed" the amounts into the next column and move the remainder to the next, etc. In my defense I'm on prescription pain killers and a little punchy!
Please help! Thanks!
  #2   Report Post  
Senior Member
 
Location: Belo Horizonte, Brazil
Posts: 170
Thumbs up

JoannieMaj, Good evening.

I did a suggestion of solution for you.

Take a look at it and tell us if it worked for you.
http://www.sendspace.com/file/juks85

I hope it helps.
Have a nice day.


Quote:
Originally Posted by JoannieMaj View Post
I have no idea what to call this function!
I need to set up a worksheet to receive payments. 1st Column is the total payment. I then need to take that amount and post $45 into the first column, the next $380 into room and board, and the remainder (if any) in to tuition.

Amount Paid Application Fee Room & Board Tuition

$905.00 $45.00 $380.00 $480.00
$195.00 $45.00 $150.00 $0.00
$500.00 $45.00 $380.00 $75.00

For some reason I can't wrap my head around how to make them "feed" the amounts into the next column and move the remainder to the next, etc. In my defense I'm on prescription pain killers and a little punchy!
Please help! Thanks!
__________________
I hope it can help you.

Best regards,
Marcilio Lobão
---------------------------
Belo Horizonte, Brazil
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 168
Default Help With Formula for Posting

On Saturday, June 22, 2013 12:33:42 PM UTC-7, JoannieMaj wrote:
I have no idea what to call this function!

I need to set up a worksheet to receive payments. 1st Column is the

total payment. I then need to take that amount and post $45 into the

first column, the next $380 into room and board, and the remainder (if

any) in to tuition.



Amount Paid Application Fee Room & Board Tuition



$905.00 $45.00 $380.00 $480.00

$195.00 $45.00 $150.00 $0.00

$500.00 $45.00 $380.00 $75.00



For some reason I can't wrap my head around how to make them "feed" the

amounts into the next column and move the remainder to the next, etc. In

my defense I'm on prescription pain killers and a little punchy!

Please help! Thanks!

JoannieMaj


Try this.

Amt paid in E1

In F1 =IF(E145,45,IF(E1<45,E1,"NSF"))
In G1 =IF(F1<45,"NSF",IF(E1425,380,(E1-45)))
In H1 =IF(E1425,(E1-425),"NSF")

Where NSF = Non Sufficient Funds

Regards,
Howard
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 168
Default Help With Formula for Posting

On Saturday, June 22, 2013 2:46:56 PM UTC-7, wrote:
On Saturday, June 22, 2013 12:33:42 PM UTC-7, JoannieMaj wrote:

I have no idea what to call this function!




I need to set up a worksheet to receive payments. 1st Column is the




total payment. I then need to take that amount and post $45 into the




first column, the next $380 into room and board, and the remainder (if




any) in to tuition.








Amount Paid Application Fee Room & Board Tuition








$905.00 $45.00 $380.00 $480.00




$195.00 $45.00 $150.00 $0.00




$500.00 $45.00 $380.00 $75.00








For some reason I can't wrap my head around how to make them "feed" the




amounts into the next column and move the remainder to the next, etc. In




my defense I'm on prescription pain killers and a little punchy!




Please help! Thanks!




JoannieMaj




Try this.



Amt paid in E1



In F1 =IF(E145,45,IF(E1<45,E1,"NSF"))

In G1 =IF(F1<45,"NSF",IF(E1425,380,(E1-45)))

In H1 =IF(E1425,(E1-425),"NSF")



Where NSF = Non Sufficient Funds



Regards,

Howard


Forgot to mention, then pull down.

H
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 829
Default Help With Formula for Posting

wrote:
In F1 =IF(E145,45,IF(E1<45,E1,"NSF"))
In G1 =IF(F1<45,"NSF",IF(E1425,380,(E1-45)))
In H1 =IF(E1425,(E1-425),"NSF")
Where NSF = Non Sufficient Funds


And all this time I thought my bank was notifying me of a gift from the
National Science Foundation. :-))



  #6   Report Post  
Junior Member
 
Posts: 13
Default

AMAZING! Absolutely amazing! Thank you so very much !





Quote:
Originally Posted by Mazzaropi View Post
JoannieMaj, Good evening.

I did a suggestion of solution for you.

Take a look at it and tell us if it worked for you.
http://www.sendspace.com/file/juks85

I hope it helps.
Have a nice day.
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
posting Sam Excel Discussion (Misc queries) 3 February 23rd 10 05:03 PM
[OT] posting tomek gomek Excel Worksheet Functions 24 July 28th 07 03:16 AM
please help someone (again posting) Tufail Excel Programming 1 July 5th 06 04:29 AM
the owner of posting should be able to delete the posting Mahendra Excel Discussion (Misc queries) 7 August 8th 05 07:21 PM
Posting in the next row Greg Excel Worksheet Functions 1 January 18th 05 08:57 PM


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