+ Reply to Thread
Results 1 to 2 of 2

Squaring a column

  1. #1
    Registered User
    Join Date
    01-21-2005
    Posts
    4

    Squaring a column

    Hello, i want to know if its possible to square a complete column. I need to square column D, so i just need to know the formula, if its possible please let me know
    Thankyou

  2. #2
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by Stothek
    Hello, i want to know if its possible to square a complete column. I need to square column D, so i just need to know the formula, if its possible please let me know
    Thankyou
    I am interpreting your problem in two ways.

    One way, do you need to get the square of the sum of Column D? If so, then your formula is

    =(sum(D1:D100)^2)


    OR, if you want to get the square of the individual cells in Column D, then this formula

    =D1^2

    will give you what you want (copy down until D100 or until you meet your required range).

    Regards.
    BenjieLop
    Houston, TX

+ 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