Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
TxJprs
 
Posts: n/a
Default Easy formula, but need help please


Hope I posted this to the write place. Need help with writing a formula
for a cell. I'm ok with basic stuff, but I think this is one of those
If, then kind of formula's and don't have a clue on writing them.

I have a total amount in one cell, call it A20. In another cell I need
a formula that will take the amount in A20, and based on the amount of
it, calculate a down payment. Here are the specifications for it.

If A20 is less than $2000, the full amount is the down payment.

If A20 is between 2000 and 4999, 1/2 of it is the down payment.

If A20 is between 5000 and 9999, 1/3 of it is the down payment.

If A20 is equal or greater than 10000, 1/4 of it is the down payment.

In each case, rounded to nearest dollar amount.

If you could help me write this, that would be great. Thanks in
advance.


--
TxJprs
------------------------------------------------------------------------
TxJprs's Profile: http://www.excelforum.com/member.php...o&userid=25710
View this thread: http://www.excelforum.com/showthread...hreadid=391276

  #2   Report Post  
Ron Coderre
 
Posts: n/a
Default


For your value in Cell A20 . . . .

First, build a small table with these values (I put mine in cells
F1:G4):

0_______1.00
2000____0.50
5000____0.33 <-Actually =1/3
10000___0.25

Then, put this formula in Cell B20:
=ROUND(VLOOKUP(A20,$F$1:$G$4,2,1)*A20,0)

Does that help?

Ron


--
Ron Coderre
------------------------------------------------------------------------
Ron Coderre's Profile: http://www.excelforum.com/member.php...o&userid=21419
View this thread: http://www.excelforum.com/showthread...hreadid=391276

  #3   Report Post  
TxJprs
 
Posts: n/a
Default


That did the trick. Thank you very much!


--
TxJprs
------------------------------------------------------------------------
TxJprs's Profile: http://www.excelforum.com/member.php...o&userid=25710
View this thread: http://www.excelforum.com/showthread...hreadid=391276

  #5   Report Post  
Dana DeLouis
 
Posts: n/a
Default

Would this idea work?
A20: =ROUND(A20/(4-(A20<10000)-(A20<5000)-(A20<2000)),0)

HTH :)
--
Dana DeLouis
Win XP & Office 2003


"TxJprs" wrote in
message ...

Hope I posted this to the write place. Need help with writing a formula
for a cell. I'm ok with basic stuff, but I think this is one of those
If, then kind of formula's and don't have a clue on writing them.

I have a total amount in one cell, call it A20. In another cell I need
a formula that will take the amount in A20, and based on the amount of
it, calculate a down payment. Here are the specifications for it.

If A20 is less than $2000, the full amount is the down payment.

If A20 is between 2000 and 4999, 1/2 of it is the down payment.

If A20 is between 5000 and 9999, 1/3 of it is the down payment.

If A20 is equal or greater than 10000, 1/4 of it is the down payment.

In each case, rounded to nearest dollar amount.

If you could help me write this, that would be great. Thanks in
advance.


--
TxJprs
------------------------------------------------------------------------
TxJprs's Profile:
http://www.excelforum.com/member.php...o&userid=25710
View this thread: http://www.excelforum.com/showthread...hreadid=391276





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
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM
put formula results into a different cell if it is empty PutFormula Excel Worksheet Functions 2 February 11th 05 03:31 AM
how do i write a formula and keep in in formula form, so it DOESN. norcalchick2207 Excel Discussion (Misc queries) 2 February 4th 05 08:38 PM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
I there an easy way to find out if any formula reference a cell? Marc New Users to Excel 1 December 6th 04 10:41 PM


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