Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default LOOOOONG formula, with drop down selection

I am way over my head! I am trying to write a formula that includes the
selection of a drop down list in cell H5: If any of 5 names is selected, the
a set of formulas applies, if the 6th name (other) is selected, then a
seperate set of formulas applies.
To further complicated, the formulas reference a value in another cell (E9),
which has 'ranges' that dictate which formula to use, i.e., a) 20,000 or
less is one formula, b) 20,001 to 50000 is another formula, c) 50,001 to
100,000 is yet another formula, d) 100,001 to 1,000,000 is another formula,
e) 1,000,001 to 4,000,000 is another formula, and f) 4,000,001 and up is the
last formula.

Each formuala adds a $ amount to the result of the formula, which accounts
for the amount below the minimum number.

The result in the target cell G25 is the actual premium for Title Insurance,
at a specified purchase price E9 in a specific or other county, H5.

=IF($E$9<=100000,($E$9-50000)*(3/1000)+280,0)

This formula does not work because if the entry is $40,000, it calculates it
by subtracting 10000*3/10000 (40,000 - 50,000), and subtracts it from the end
number to be added of $280 = @250. It should read somehow to not use this
section if the number is not greater than or equal to $50,001 and less than
or equal to $100,000.

This is way over my head and I am just a lone real estate agent without an
IT brain!!!

Can anyone help?
--
Amateur MichaelJ
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default LOOOOONG formula, with drop down selection

Use ANd()

=IF(AND($E$950000,$E$9<=100000),($E$9-50000)*(3/1000)+280,0)

If this post helps click Yes
---------------
Jacob Skaria


"MichaelJ" wrote:

I am way over my head! I am trying to write a formula that includes the
selection of a drop down list in cell H5: If any of 5 names is selected, the
a set of formulas applies, if the 6th name (other) is selected, then a
seperate set of formulas applies.
To further complicated, the formulas reference a value in another cell (E9),
which has 'ranges' that dictate which formula to use, i.e., a) 20,000 or
less is one formula, b) 20,001 to 50000 is another formula, c) 50,001 to
100,000 is yet another formula, d) 100,001 to 1,000,000 is another formula,
e) 1,000,001 to 4,000,000 is another formula, and f) 4,000,001 and up is the
last formula.

Each formuala adds a $ amount to the result of the formula, which accounts
for the amount below the minimum number.

The result in the target cell G25 is the actual premium for Title Insurance,
at a specified purchase price E9 in a specific or other county, H5.

=IF($E$9<=100000,($E$9-50000)*(3/1000)+280,0)

This formula does not work because if the entry is $40,000, it calculates it
by subtracting 10000*3/10000 (40,000 - 50,000), and subtracts it from the end
number to be added of $280 = @250. It should read somehow to not use this
section if the number is not greater than or equal to $50,001 and less than
or equal to $100,000.

This is way over my head and I am just a lone real estate agent without an
IT brain!!!

Can anyone help?
--
Amateur MichaelJ

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
Drop dwn menu. Formula to count selection frm menu in anoth cell? ggoldber Excel Worksheet Functions 1 June 4th 08 02:21 PM
Formula to populate a drop down list based on the selection of ano Mekinnik Excel Discussion (Misc queries) 1 September 27th 07 06:54 PM
Selection from drop-down box Tim Excel Discussion (Misc queries) 2 April 17th 07 11:10 AM
Create new drop down from previous drop down selection Supe Excel Discussion (Misc queries) 3 January 19th 07 10:26 PM
drop down selection determines other drop down content lskelton Excel Discussion (Misc queries) 1 November 1st 05 11:14 PM


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