#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default High = 4 take 2

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.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default High = 4 take 2

See suggestion in your other thread...

Please don't post the same question multiple times - it just tends to
fragment any answers you get.

In article ,
High = 4 take 2 <High = 4 take 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.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,101
Default High = 4 take 2

=if("a1"="High",4,if("a1"="Medium",2,1))

"High = 4 take 2" 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.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default High = 4 take 2

Did you try this? The result will always be 1

In article ,
Mike wrote:

=if("a1"="High",4,if("a1"="Medium",2,1))

"High = 4 take 2" 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.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,101
Default High = 4 take 2

My bad try this
=IF(A1="High",1,IF(A1="Medium",2,IF(A1="Low",1,"") ))

"Mike" wrote:

=if("a1"="High",4,if("a1"="Medium",2,1))

"High = 4 take 2" 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.

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
High = 4 Formulas Excel Worksheet Functions 7 October 8th 07 04:10 PM
what does a high covariance mean? jhuybregts Excel Worksheet Functions 1 August 28th 06 11:01 PM
Drop 2 high and 2 low - help! DTTODGG Excel Discussion (Misc queries) 1 February 9th 06 07:31 PM
High bars AhmtDY Charts and Charting in Excel 1 October 25th 05 10:51 AM
Need formula for 5 yr high/low slr Excel Worksheet Functions 7 July 26th 05 11:19 PM


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