+ Reply to Thread
Results 1 to 7 of 7

Where do I enter the PROPER formula in a spreadsheet?

Hybrid View

  1. #1
    Colleen Little
    Guest

    Where do I enter the PROPER formula in a spreadsheet?

    I have a spreadsheet with data containing UPPERCASE. I need to use the
    PROPER formual and do not know where to enter this formula on the spreadsheet.

  2. #2
    bpeltzer
    Guest

    RE: Where do I enter the PROPER formula in a spreadsheet?

    You would enter the formula where you want the results to appear. If, for
    instance, you want to change all of column A from uppercase to proper, insert
    a column before column B. In B1 enter =proper(A1). Copy that formula down
    through column A. Then copy/paste special values. Finally, delete column A
    if you don't want to keep it around.

    "Colleen Little" wrote:

    > I have a spreadsheet with data containing UPPERCASE. I need to use the
    > PROPER formual and do not know where to enter this formula on the spreadsheet.


  3. #3
    Colleen Little
    Guest

    RE: Where do I enter the PROPER formula in a spreadsheet?

    So I have a large spreadsheet I need to do this on. I would insert a new
    column for each column in this spreadsheet. Column A I need to take Cells 3
    thru 270 and change to PROPER. What would the formula be for that
    =PROPER(A3:A270)? This formula would get inserted into the newly created
    column between A and B?

    "bpeltzer" wrote:

    > You would enter the formula where you want the results to appear. If, for
    > instance, you want to change all of column A from uppercase to proper, insert
    > a column before column B. In B1 enter =proper(A1). Copy that formula down
    > through column A. Then copy/paste special values. Finally, delete column A
    > if you don't want to keep it around.
    >
    > "Colleen Little" wrote:
    >
    > > I have a spreadsheet with data containing UPPERCASE. I need to use the
    > > PROPER formual and do not know where to enter this formula on the spreadsheet.


  4. #4
    bpeltzer
    Guest

    RE: Where do I enter the PROPER formula in a spreadsheet?

    I wouldn't use more than one cell as input to the proper function. In B3,
    enter =proper(A3) and copy that formula from B3 into B4:B270.
    If you have a bunch of columns on which to do this (hopefully less than
    129), I'd go to the first empty column and enter the function there,
    =proper(a3). Copy down to the last row of data, and across for as many
    columns of data as you've got. Then copy/paste special values all the
    columns at once.

    "Colleen Little" wrote:

    > So I have a large spreadsheet I need to do this on. I would insert a new
    > column for each column in this spreadsheet. Column A I need to take Cells 3
    > thru 270 and change to PROPER. What would the formula be for that
    > =PROPER(A3:A270)? This formula would get inserted into the newly created
    > column between A and B?
    >
    > "bpeltzer" wrote:
    >
    > > You would enter the formula where you want the results to appear. If, for
    > > instance, you want to change all of column A from uppercase to proper, insert
    > > a column before column B. In B1 enter =proper(A1). Copy that formula down
    > > through column A. Then copy/paste special values. Finally, delete column A
    > > if you don't want to keep it around.
    > >
    > > "Colleen Little" wrote:
    > >
    > > > I have a spreadsheet with data containing UPPERCASE. I need to use the
    > > > PROPER formual and do not know where to enter this formula on the spreadsheet.


  5. #5
    Colleen Little
    Guest

    RE: Where do I enter the PROPER formula in a spreadsheet?

    Yes, that is exactly what I did. Now my issue is I need to import this data
    into QuickBooks which I do have knowlege in but when I try to delete the
    "old" rows in excel which houses the original data it wipes out the new row.
    When I copy past the new rows into a new sheet I get the "XREF!" error and
    cannot find documentation on how to correct that.

    "bpeltzer" wrote:

    > I wouldn't use more than one cell as input to the proper function. In B3,
    > enter =proper(A3) and copy that formula from B3 into B4:B270.
    > If you have a bunch of columns on which to do this (hopefully less than
    > 129), I'd go to the first empty column and enter the function there,
    > =proper(a3). Copy down to the last row of data, and across for as many
    > columns of data as you've got. Then copy/paste special values all the
    > columns at once.
    >
    > "Colleen Little" wrote:
    >
    > > So I have a large spreadsheet I need to do this on. I would insert a new
    > > column for each column in this spreadsheet. Column A I need to take Cells 3
    > > thru 270 and change to PROPER. What would the formula be for that
    > > =PROPER(A3:A270)? This formula would get inserted into the newly created
    > > column between A and B?
    > >
    > > "bpeltzer" wrote:
    > >
    > > > You would enter the formula where you want the results to appear. If, for
    > > > instance, you want to change all of column A from uppercase to proper, insert
    > > > a column before column B. In B1 enter =proper(A1). Copy that formula down
    > > > through column A. Then copy/paste special values. Finally, delete column A
    > > > if you don't want to keep it around.
    > > >
    > > > "Colleen Little" wrote:
    > > >
    > > > > I have a spreadsheet with data containing UPPERCASE. I need to use the
    > > > > PROPER formual and do not know where to enter this formula on the spreadsheet.


  6. #6
    bpeltzer
    Guest

    RE: Where do I enter the PROPER formula in a spreadsheet?

    Be sure to lock in the values before deleting the old data. Highlight the
    transformed data all at once, then Copy (ctrl + c) and Edit > Paste Special,
    select the Values radio button and click OK. (You could paste over the
    transformed data, or you could follow the same steps to paste into a new
    worksheet).

    "Colleen Little" wrote:

    > Yes, that is exactly what I did. Now my issue is I need to import this data
    > into QuickBooks which I do have knowlege in but when I try to delete the
    > "old" rows in excel which houses the original data it wipes out the new row.
    > When I copy past the new rows into a new sheet I get the "XREF!" error and
    > cannot find documentation on how to correct that.
    >
    > "bpeltzer" wrote:
    >
    > > I wouldn't use more than one cell as input to the proper function. In B3,
    > > enter =proper(A3) and copy that formula from B3 into B4:B270.
    > > If you have a bunch of columns on which to do this (hopefully less than
    > > 129), I'd go to the first empty column and enter the function there,
    > > =proper(a3). Copy down to the last row of data, and across for as many
    > > columns of data as you've got. Then copy/paste special values all the
    > > columns at once.
    > >
    > > "Colleen Little" wrote:
    > >
    > > > So I have a large spreadsheet I need to do this on. I would insert a new
    > > > column for each column in this spreadsheet. Column A I need to take Cells 3
    > > > thru 270 and change to PROPER. What would the formula be for that
    > > > =PROPER(A3:A270)? This formula would get inserted into the newly created
    > > > column between A and B?
    > > >
    > > > "bpeltzer" wrote:
    > > >
    > > > > You would enter the formula where you want the results to appear. If, for
    > > > > instance, you want to change all of column A from uppercase to proper, insert
    > > > > a column before column B. In B1 enter =proper(A1). Copy that formula down
    > > > > through column A. Then copy/paste special values. Finally, delete column A
    > > > > if you don't want to keep it around.
    > > > >
    > > > > "Colleen Little" wrote:
    > > > >
    > > > > > I have a spreadsheet with data containing UPPERCASE. I need to use the
    > > > > > PROPER formual and do not know where to enter this formula on the spreadsheet.


  7. #7
    Colleen Little
    Guest

    RE: Where do I enter the PROPER formula in a spreadsheet?

    Thank you! This works great.

    "bpeltzer" wrote:

    > You would enter the formula where you want the results to appear. If, for
    > instance, you want to change all of column A from uppercase to proper, insert
    > a column before column B. In B1 enter =proper(A1). Copy that formula down
    > through column A. Then copy/paste special values. Finally, delete column A
    > if you don't want to keep it around.
    >
    > "Colleen Little" wrote:
    >
    > > I have a spreadsheet with data containing UPPERCASE. I need to use the
    > > PROPER formual and do not know where to enter this formula on the spreadsheet.


+ 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