Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 82
Default Multiplying two validation lists to get a ranking

I have two validation lists, each have four options in their respective list
with ranges of 4 to 1. I need a formula that will display the results of the
selection in the Probability column x Severity of Effect column and display
the results under the Ranking column.

Probability Severity of Effect Ranking
Frequent x Catastrophic 16
Occasional x Major 9
Uncommon x Moderate 4
Remote x Minor 2



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 55
Default Multiplying two validation lists to get a ranking

=hlookup(a1,{"frequent","occa,,,","uncc...","remot e";4,3,2,1},2,0) *
hlookup(b1,{"cat","maj","mod","minor";4,3,2,1},2,0 )

where a1 and b1 are your validation lists

correct the spelling in the formula

"watermt" wrote:

I have two validation lists, each have four options in their respective list
with ranges of 4 to 1. I need a formula that will display the results of the
selection in the Probability column x Severity of Effect column and display
the results under the Ranking column.

Probability Severity of Effect Ranking
Frequent x Catastrophic 16
Occasional x Major 9
Uncommon x Moderate 4
Remote x Minor 2



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 82
Default Multiplying two validation lists to get a ranking

Iuch appreciated there N harkawat - I'm still learning this Excel program
that i've only really used in the past as a flat file organizing type of
program. I learn something new every day and most, if not all, of it comes
from these discussion forums.

Thanks,
Mike

"N harkawat" wrote:

=hlookup(a1,{"frequent","occa,,,","uncc...","remot e";4,3,2,1},2,0) *
hlookup(b1,{"cat","maj","mod","minor";4,3,2,1},2,0 )

where a1 and b1 are your validation lists

correct the spelling in the formula

"watermt" wrote:

I have two validation lists, each have four options in their respective list
with ranges of 4 to 1. I need a formula that will display the results of the
selection in the Probability column x Severity of Effect column and display
the results under the Ranking column.

Probability Severity of Effect Ranking
Frequent x Catastrophic 16
Occasional x Major 9
Uncommon x Moderate 4
Remote x Minor 2



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
Validation lists... NWO Excel Discussion (Misc queries) 4 March 26th 09 02:53 AM
Ranking Lists Gwyndalf Excel Discussion (Misc queries) 3 January 11th 09 12:46 PM
Validation lists Max Excel Worksheet Functions 6 November 30th 08 10:10 AM
How to clear validation lists based on other validation lists Ben Excel Discussion (Misc queries) 1 March 12th 07 07:11 PM
Data validation with validation lists and combo boxs Keith Excel Discussion (Misc queries) 1 October 12th 06 11:08 AM


All times are GMT +1. The time now is 02:20 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"