How do I alpha short worksheets in a workbook:

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 
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
 
=if(b6>=i4,"greater than or equal","less than")


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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top