#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 142
Default Accending order


Hi,

Formula =IF(COUNTIF(O$7:O8,O8)=1,MAX(N$7:N7)+1,"") is counting the
row index.

This formula is making a list of unique items which I am further using
in a data validation list.
=IF(MAX(NCOUNT)<ROW(1:1),"",VLOOKUP(ROW(1:1),NLIST ,2))

The list is like

550
551
552
553
554
C-09
C-10
555
556
557
C-11

I want to have this validation list in accending order like

C-09
C-10
C-11
550
551
552
553
554
555
556
557

Thx.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,091
Default Accending order

You can just sort your list - the "C" entries will come after the 5's. As to
the reference ROW(1:1) in your second formula, ROW(1:1) returns a numeric 1.
Why not just use 1? Secondly looking up a 1 in your list doesn't make sense
(VLOOKUP(1,NLIST,2) and thirdly the vlookup is to return column 2 of the
list after an approximate match. I see only 1 column in the list. I have a
feeling this is not doing what you think it is. Just what are you trying to
accomplish?

Tyro

"Sinner" wrote in message
...

Hi,

Formula =IF(COUNTIF(O$7:O8,O8)=1,MAX(N$7:N7)+1,"") is counting the
row index.

This formula is making a list of unique items which I am further using
in a data validation list.
=IF(MAX(NCOUNT)<ROW(1:1),"",VLOOKUP(ROW(1:1),NLIST ,2))

The list is like

550
551
552
553
554
C-09
C-10
555
556
557
C-11

I want to have this validation list in accending order like

C-09
C-10
C-11
550
551
552
553
554
555
556
557

Thx.



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
How stop Excel file UK date order changing to US order in m.merge Roger Aldridge Excel Discussion (Misc queries) 1 October 9th 07 11:52 PM
Series order conflicts with line order Cowtoon Charts and Charting in Excel 3 January 15th 06 08:43 PM
purchase order counter in excel purchase order template Brandy@baoco Excel Worksheet Functions 0 February 23rd 05 06:17 PM
I want a purchase order that includes page number (if to be order. Angela New Users to Excel 1 December 3rd 04 04:39 PM
Daily Macro to Download Data, Order and paste in order Iarla Excel Worksheet Functions 1 November 17th 04 01:59 PM


All times are GMT +1. The time now is 10:24 PM.

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"