+ Reply to Thread
Results 1 to 6 of 6

How do I alpha short worksheets in a workbook:

  1. #1
    efward1
    Guest

    How do I alpha short worksheets in a workbook:

    In a workbook I have many worksheets named with employee names. I want to
    rearrange all the worksheets so that they are in alpha order.

  2. #2
    Dave Peterson
    Guest

    Re: How do I alpha short worksheets in a workbook:

    You could use a macro:

    Chip Pearson's:
    http://www.cpearson.com/excel/sortws.htm

    David McRitchie's:
    http://www.mvps.org/dmcritchie/excel...#sortallsheets

    If you're new to macros, you may want to read David McRitchie's intro at:
    http://www.mvps.org/dmcritchie/excel/getstarted.htm

    efward1 wrote:
    >
    > In a workbook I have many worksheets named with employee names. I want to
    > rearrange all the worksheets so that they are in alpha order.


    --

    Dave Peterson

  3. #3
    efward1
    Guest

    Re: How do I alpha short worksheets in a workbook:

    It has been 6 years since I worked in Excel. I use to sort the worksheets in
    a workbook without the use of a macro. I just can't remember how the action
    is performed. I know there is a simply way to do it without macros.

    "Dave Peterson" wrote:

    > You could use a macro:
    >
    > Chip Pearson's:
    > http://www.cpearson.com/excel/sortws.htm
    >
    > David McRitchie's:
    > http://www.mvps.org/dmcritchie/excel...#sortallsheets
    >
    > If you're new to macros, you may want to read David McRitchie's intro at:
    > http://www.mvps.org/dmcritchie/excel/getstarted.htm
    >
    > efward1 wrote:
    > >
    > > In a workbook I have many worksheets named with employee names. I want to
    > > rearrange all the worksheets so that they are in alpha order.

    >
    > --
    >
    > Dave Peterson
    >


  4. #4
    Dave Peterson
    Guest

    Re: How do I alpha short worksheets in a workbook:

    You can click and drag the worksheet tabs to whereever you like.

    efward1 wrote:
    >
    > It has been 6 years since I worked in Excel. I use to sort the worksheets in
    > a workbook without the use of a macro. I just can't remember how the action
    > is performed. I know there is a simply way to do it without macros.
    >
    > "Dave Peterson" wrote:
    >
    > > You could use a macro:
    > >
    > > Chip Pearson's:
    > > http://www.cpearson.com/excel/sortws.htm
    > >
    > > David McRitchie's:
    > > http://www.mvps.org/dmcritchie/excel...#sortallsheets
    > >
    > > If you're new to macros, you may want to read David McRitchie's intro at:
    > > http://www.mvps.org/dmcritchie/excel/getstarted.htm
    > >
    > > efward1 wrote:
    > > >
    > > > In a workbook I have many worksheets named with employee names. I want to
    > > > rearrange all the worksheets so that they are in alpha order.

    > >
    > > --
    > >
    > > Dave Peterson
    > >


    --

    Dave Peterson

  5. #5
    efward1
    Guest

    Re: Can you help me with ah "IF" calculation?

    Thank you for your help, I will do it that way for now. Also,
    could you help me figure out an formula for the following:

    if B6 is equal to OR greater than I4, then.......

    I how how to do an "IF" formula,,,but I do not know how to do one with
    "equal to or greater than" (at the same time)

    Thanks
    Faye




    "Dave Peterson" wrote:

    > You can click and drag the worksheet tabs to whereever you like.
    >
    > efward1 wrote:
    > >
    > > It has been 6 years since I worked in Excel. I use to sort the worksheets in
    > > a workbook without the use of a macro. I just can't remember how the action
    > > is performed. I know there is a simply way to do it without macros.
    > >
    > > "Dave Peterson" wrote:
    > >
    > > > You could use a macro:
    > > >
    > > > Chip Pearson's:
    > > > http://www.cpearson.com/excel/sortws.htm
    > > >
    > > > David McRitchie's:
    > > > http://www.mvps.org/dmcritchie/excel...#sortallsheets
    > > >
    > > > If you're new to macros, you may want to read David McRitchie's intro at:
    > > > http://www.mvps.org/dmcritchie/excel/getstarted.htm
    > > >
    > > > efward1 wrote:
    > > > >
    > > > > In a workbook I have many worksheets named with employee names. I want to
    > > > > rearrange all the worksheets so that they are in alpha order.
    > > >
    > > > --
    > > >
    > > > Dave Peterson
    > > >

    >
    > --
    >
    > Dave Peterson
    >


  6. #6
    Dave Peterson
    Guest

    Re: Can you help me with ah "IF" calculation?

    =if(b6>=i4,"greater than or equal","less than")



    efward1 wrote:
    >
    > Thank you for your help, I will do it that way for now. Also,
    > could you help me figure out an formula for the following:
    >
    > if B6 is equal to OR greater than I4, then.......
    >
    > I how how to do an "IF" formula,,,but I do not know how to do one with
    > "equal to or greater than" (at the same time)
    >
    > Thanks
    > Faye
    >
    > "Dave Peterson" wrote:
    >
    > > You can click and drag the worksheet tabs to whereever you like.
    > >
    > > efward1 wrote:
    > > >
    > > > It has been 6 years since I worked in Excel. I use to sort the worksheets in
    > > > a workbook without the use of a macro. I just can't remember how the action
    > > > is performed. I know there is a simply way to do it without macros.
    > > >
    > > > "Dave Peterson" wrote:
    > > >
    > > > > You could use a macro:
    > > > >
    > > > > Chip Pearson's:
    > > > > http://www.cpearson.com/excel/sortws.htm
    > > > >
    > > > > David McRitchie's:
    > > > > http://www.mvps.org/dmcritchie/excel...#sortallsheets
    > > > >
    > > > > If you're new to macros, you may want to read David McRitchie's intro at:
    > > > > http://www.mvps.org/dmcritchie/excel/getstarted.htm
    > > > >
    > > > > efward1 wrote:
    > > > > >
    > > > > > In a workbook I have many worksheets named with employee names. I want to
    > > > > > rearrange all the worksheets so that they are in alpha order.
    > > > >
    > > > > --
    > > > >
    > > > > Dave Peterson
    > > > >

    > >
    > > --
    > >
    > > Dave Peterson
    > >


    --

    Dave Peterson

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1