Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Sort Excel Sheets In Custom Order Based On Value In A List

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Administrator Excel Fox's Avatar
    Join Date
    Mar 2011
    Posts
    1,401
    Rep Power
    10
    just write

    Code:
    If wks.Name <> "Sheet1" And ((wks.Cells(5, 3).Value = rng.Cells(lng).Value) OR (wks.Cells(5, 2).Value = rng.Cells(lng).Value)) Then
    A dream is not something you see when you are asleep, but something you strive for when you are awake.

    It's usually a bad idea to say that something can't be done.

    The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve

    Join us at Facebook

  2. #2
    Junior Member
    Join Date
    Jun 2013
    Posts
    9
    Rep Power
    0
    Hi,

    Thanks so much for your help everyone appreciated for this sheet thanks for your patience and for your great help.

    I know am asking to much this last modification i need.. Last thing i need is summary sheet.I have wrote a macro but iam not able to get all the fields I have attached in the link below.

    https://www.box.com/s/bs98wqyaw3ahvv348nc1

    In sheet1 .. D1 to I1 i have mentioned cell names for all sheets which i wanted in the summary sheet. i also want which are in blank in cell, same color and format also and i need Hyperlink to the Proposal ID in summary when clicked it wil do tht particular sheet.

    Thanks a lot this will be last help. Please

  3. #3
    Junior Member
    Join Date
    Jun 2013
    Posts
    9
    Rep Power
    0
    Hi,

    Thanks so much for your help everyone appreciated for this sheet thanks for your patience and your great help.

    I know am asking to much this last modification i need.. like they need summary sheet.I have wrote a macro but iam not able to get all the fields I have attached in the link below.

    https://www.box.com/s/bs98wqyaw3ahvv348nc1

    In sheet1 .. D1 to I1 i have mentioned cell names for all sheets which i wanted in the summary sheet. i also want which are in blank and color and format also.

    Thanks a lot this will be last help. Please

  4. #4
    Junior Member
    Join Date
    Jun 2013
    Posts
    9
    Rep Power
    0
    Hi Sir,

    Please help in fix this code for summary data where i need particular/some cell values in each sheet and hyper link the proposal ID

    https://www.box.com/s/bs98wqyaw3ahvv348nc1

Similar Threads

  1. How to Add Custom List And Use in Custom Sorting
    By Transformer in forum Tips, Tricks & Downloads (No Questions)
    Replies: 0
    Last Post: 06-07-2013, 10:41 PM
  2. Replies: 1
    Last Post: 05-03-2013, 04:41 PM
  3. List of files in chronological order
    By Rasm in forum Excel Help
    Replies: 2
    Last Post: 11-12-2012, 10:16 PM
  4. Custom Spin Button Based On Values Passed From Array
    By Preeti Verma in forum Excel Help
    Replies: 7
    Last Post: 05-22-2012, 07:23 PM
  5. Printing Sheets Based On Criteria VBA
    By excel_learner in forum Excel Help
    Replies: 1
    Last Post: 05-04-2011, 08:00 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •