Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Multiple conditional formulas

HELP! I have a pricing model in which I have 4 pull down lists in which the
user can select multiple combinations of criteria:

Pulldown list #1
Country
State
City
Zip

Pulldown list #2
Yes
No

Pulldown list #3
Hosted
GDS
Data File

Pulldown list #4
Under $1M
$1-$5M
Over $5M

I currently have pulldown lists #1 & #2 in the condition below but now need
to add pulldown lists #3 & #4 to the formula below without going over the 7
"if" limit. The catch is there is a discount % that needs to be added on to
the existing criteria from the vlookup table from pulldown list #1 & #2 if
the user selects "data file" and/or under $1M in list #3 and #4.

=IF(AND($D$8="Yes",$D$7="Country"),VLOOKUP(B$44,Ta bles!$B$10:$P$16,6),IF(AND($D$8="Yes",$D$7="State" ),VLOOKUP(B$44,Tables!$B$10:$P$16,7),IF(AND($D$8=" Yes",$D$7="City"),VLOOKUP(B$44,Tables!$B$10:$P$16, 8),IF(AND($D$8="Yes",$D$7="Zip"),VLOOKUP(B$44,Tabl es!$B$10:$P$16,9),""))))


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
Excel multiple conditional formulas micla252 Excel Discussion (Misc queries) 3 February 18th 10 06:34 AM
Conditional formulas with multiple possibilites Skibee Excel Discussion (Misc queries) 7 March 3rd 09 04:09 AM
how can i set up multiple conditional formulas in excel? [email protected] Excel Worksheet Functions 15 March 2nd 09 10:19 AM
How do I apply conditional formulas across multiple columns? ansoriano1 Excel Worksheet Functions 2 August 25th 06 04:49 PM
Conditional formulas between multiple worksheets Nathan Excel Worksheet Functions 1 August 5th 05 08:41 PM


All times are GMT +1. The time now is 12:05 AM.

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"