#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Excel Lookup

I have a spreadsheet that has three columns One column contains A, B or C
depending on the product. the other column contains the account number 4
digits and the third column contains the route names.

The account numbers can have an A, B, and / or C next to them depending on
the product they ordered for that day.
I want to sort the A's out and keep the B & C together sorted with their
accounts numbers and their routes

Any help would be greatly appreciatted.

This changes daily.
So I'd like to get a macro or formula or something
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Excel Lookup

Add a helper column with a formula of

=IF(A1="A",0,ROW())

and sort by that helper column

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"LostNFound" wrote in message
...
I have a spreadsheet that has three columns One column contains A, B or C
depending on the product. the other column contains the account number 4
digits and the third column contains the route names.

The account numbers can have an A, B, and / or C next to them depending on
the product they ordered for that day.
I want to sort the A's out and keep the B & C together sorted with their
accounts numbers and their routes

Any help would be greatly appreciatted.

This changes daily.
So I'd like to get a macro or formula or something



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
Join 2 Lists - Lookup value in 1 list & use result in 2nd lookup JBush Excel Worksheet Functions 3 January 3rd 07 11:14 PM
Sumproduct - Condition based on lookup of a Lookup Hari Excel Discussion (Misc queries) 12 May 31st 06 09:28 AM
Advanced Lookup (lookup for 2 values) 0-0 Wai Wai ^-^ Excel Worksheet Functions 2 March 30th 06 07:09 PM
Pivot table doing a lookup without using the lookup function? NGASGELI Excel Discussion (Misc queries) 0 August 2nd 05 05:08 AM
How do I lookup and return different values when the lookup value. kg Excel Discussion (Misc queries) 1 January 20th 05 12:53 AM


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