+ Reply to Thread
Results 1 to 5 of 5

How to put x and numbering every other 2 Coloumns.

  1. #1
    Registered User
    Join Date
    03-21-2015
    Location
    Baku, Azerbaijan
    MS-Off Ver
    Windows 7
    Posts
    40

    How to put x and numbering every other 2 Coloumns.

    How to put x and numbering every other 2 Coloumns. Please see attachement for details.
    Attached Files Attached Files

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: How to put x and numbering every other 2 Coloumns.

    In C6 and filled right
    =IF(MOD(COLUMNS($A:A)-1,3)=0,"x","")

    In C9 and filled right
    =IF(C6="x",COUNTIF($C6:C6,"x"),"")

  3. #3
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: How to put x and numbering every other 2 Coloumns.

    If you aren't going to have both the x row and the numbered row, this will work in numbered row, In C9 copied right

    =IF(MOD(COLUMNS($C$1:C$1),3)=1, MAX($B$9:B$9)+1,"")
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  4. #4
    Registered User
    Join Date
    03-21-2015
    Location
    Baku, Azerbaijan
    MS-Off Ver
    Windows 7
    Posts
    40

    Re: How to put x and numbering every other 2 Coloumns.

    Thanks for Support. It really helped

  5. #5
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: How to put x and numbering every other 2 Coloumns.

    You're welcome.

+ 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. Replies: 2
    Last Post: 06-27-2014, 06:40 AM
  2. Minimum value of last row in several coloumns
    By RorschachDK in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-09-2014, 05:43 PM
  3. VBA code to consolidate coloumns in muliple sheets into multiple coloumns in one sheet?
    By BrettRCourtney in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-13-2013, 09:17 AM
  4. [SOLVED] VBA code to consolidate coloumns in muliple sheets into multiple coloumns in one sheet?
    By BrettRCourtney in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-13-2013, 06:19 AM
  5. Excel 2007 : Comparing 2 Coloumns
    By UselessMan in forum Excel General
    Replies: 0
    Last Post: 09-23-2011, 04:24 PM
  6. Grouping of 2 Coloumns
    By lovinguy in forum Excel General
    Replies: 2
    Last Post: 12-16-2010, 04:10 PM
  7. difference between coloumns
    By rds207 in forum Excel General
    Replies: 2
    Last Post: 08-17-2009, 08:28 PM

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