Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
lsmith
 
Posts: n/a
Default Help Needed with Finding a Function


I'm a new user to Excel, although I did attend a 3-level instructional
class for the program at a computer instructional center. I'm working
on a modelling exercise, and need to know which function to use when
trying to figure out the following financial query:

If I have a loan amount for $100K, and am trying to figure out how much
the title costs are for the following line items, WHAT function is
this?

$5.75 per $1,00 for $1m to $100m = ___________
$5.00 per $,100 for $100m to $1mm = __________

These queries should be linked to the orginal loan amount, so this
template can be utilized with different loan amounts.


Many thanks.


--
lsmith
------------------------------------------------------------------------
lsmith's Profile: http://www.excelforum.com/member.php...o&userid=31824
View this thread: http://www.excelforum.com/showthread...hreadid=515487

  #2   Report Post  
Posted to microsoft.public.excel.newusers
Bernie Deitrick
 
Posts: n/a
Default Help Needed with Finding a Function

lsmith,

Assuming $5.75 per $1,000 for 1,000 to 100,000 and $5.00 per $1,000 for 100,000 to 1,000,000+, with
the amount in cell A1:

=IF(A10,5.75*(MIN(A1,100000)/1000) + 5*(MAX(0,A1-100000)/1000),0)

HTH,
Bernie
MS Excel MVP


"lsmith" wrote in message
...

I'm a new user to Excel, although I did attend a 3-level instructional
class for the program at a computer instructional center. I'm working
on a modelling exercise, and need to know which function to use when
trying to figure out the following financial query:

If I have a loan amount for $100K, and am trying to figure out how much
the title costs are for the following line items, WHAT function is
this?

$5.75 per $1,00 for $1m to $100m = ___________
$5.00 per $,100 for $100m to $1mm = __________

These queries should be linked to the orginal loan amount, so this
template can be utilized with different loan amounts.


Many thanks.


--
lsmith
------------------------------------------------------------------------
lsmith's Profile: http://www.excelforum.com/member.php...o&userid=31824
View this thread: http://www.excelforum.com/showthread...hreadid=515487



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
CountIf Function Help Needed Mark Excel Worksheet Functions 4 January 30th 06 03:37 AM
Help needed with function Kevin Excel Worksheet Functions 2 January 28th 06 06:29 AM
Function Help Needed Harvey Gersin Excel Worksheet Functions 4 November 29th 05 11:01 PM
Help: I need a function for finding next cell vertically with value tobriant Excel Worksheet Functions 1 July 12th 05 08:39 PM
IF function help needed jmcclain Excel Worksheet Functions 2 February 23rd 05 04:33 PM


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