Thread: High = 4
View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
High = 4 take 2[_2_] High = 4 take 2[_2_] is offline
external usenet poster
 
Posts: 3
Default High = 4

Hi,

Can i send you the part of the spreadsheet i am trying to do? The formula
seems like it will work but i am not to sure how to use it.

Thanks,

"JE McGimpsey" wrote:

One way:

=4*COUNTIF(A:A,"High") + 2*COUNTIF(A:A,"Medium") + COUNTIF(A:A,"Low")

In article ,
Formulas wrote:

Someone help! I need to know how I would do this i want to creat a formula
so that when i type in High it will equal 4 or Medium equal 2 or low equal 1.
So for example:

= IF(4,High;2, Medium;1,Low=()) - This doesnt work What i want is to add
highs, mediums and lows on the spreadsheet and then give me a total in number.