LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default display order of values without sorting

On 9 mar, 00:12, Shaun wrote:
Try this…
This formula will create logic and will assign a value for the equivalent
word.
=IF(A1="two",2,IF(A1="three",3,IF(A1="one",1,)))
A * * * B
1 * * * one * * 1
2 * * * one * * 1
3 * * * two * * 2
4 * * * three * 3
5 * * * two * * 2
6 * * * three * 3

This formula will allow you to sum only corresponding references.
ONE = 2 * =SUMIFS(B1:B7,A1:A7,"one")
Two = 4 * =SUMIFS(B1:B7,A1:A7,"two")
THREE = 6 * =SUMIFS(B1:B7,A1:A7,"three")


Good evening

You can also try the Excel RANK function

Regards


 
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
How do I split a y axis in order to display extreme values? KGB Charts and Charting in Excel 1 November 17th 06 03:27 PM
sorting rows without changing order of my values! roger Excel Discussion (Misc queries) 1 March 3rd 06 12:24 PM
sorting in order ceemo Excel Worksheet Functions 2 June 30th 05 05:48 PM
sorting in order ceemo Excel Worksheet Functions 0 June 30th 05 01:20 PM
Lookup values in a column and display them in order with no gaps Snaggle22 Excel Worksheet Functions 1 April 12th 05 11:36 PM


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