+ Reply to Thread
Results 1 to 3 of 3

How to add values in columns

  1. #1
    Registered User
    Join Date
    04-03-2015
    Location
    eu
    MS-Off Ver
    7 Pro
    Posts
    13

    How to add values in columns

    Lets, say I will have 3 sets of 100 keywords, first in column A, second in column D, and the third one in column G. Column B will be search volume for these keywords from AdWords Keyword Planner, and column C seo competition values from SemRush (the same will go from columns, EF, and HI).

    It will be the same keywords, but with different city values, organized in the same alphabetical order, so it will look something like this:

    online dating Chicago - 90 - 89.1 - online dating phoenix - 70 - 71.6 - online dating Philadelphia - 65 - 81.3
    adult dating Chicago - 80 - 71.2 - adult dating phoenix - 80 - 84.1 - adult dating Philadelphia - 70 - 75.6

    and so on...

    How to add whats in columns B, E, and H (search volume) and columns C, F, and I, and output it, lets say in J and K. This way I would have a total search volume for "online dating <city>" in column J, and total seo competition for "online dating <city> in column K?

    As detailed, step by step info as possible, would be the best, as I am not very familiar with Excel, at this point. I've been using it, but I am planning to read some books, and so on.

    Thanks.

  2. #2
    Forum Contributor jayajaya_4's Avatar
    Join Date
    05-09-2015
    Location
    India
    MS-Off Ver
    2007
    Posts
    259

    Re: How to add values in columns

    pls attach a sample file for better results and response

  3. #3
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: How to add values in columns

    Hello,

    assuming your data starts in row 2 and row 1 has labels, you can use this formula into J2 and copy down

    =B2+E2+H2

    or

    =sum(B2,E2,H2)

    Similarly in cell K2:

    =C2+F2+I2

    or

    =sum(C2,F2,I2)

    The Sum() function will tolerate text in the cells, the formula with the + signs will not. If your data comes from the web, it's likely that seemingly empty cells will contain blanks, so using Sum() is probably your better option.

    cheers, teylyn

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Copy/Paste multiple columns as values based on another columns criteria
    By Dgp2012 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 07-28-2013, 06:50 AM
  2. Locking columns based on calculated cell values in columns across a sheet.
    By andyr826208 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-04-2012, 05:17 AM
  3. Replies: 0
    Last Post: 09-15-2012, 02:56 AM
  4. Replies: 2
    Last Post: 03-15-2012, 09:12 AM
  5. columns in excel to reflect array of values entered in previous two columns
    By netvasi in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-19-2011, 01:12 AM

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