+ Reply to Thread
Results 1 to 3 of 3

how to change text in every other row of a column

  1. #1
    Registered User
    Join Date
    09-14-2017
    Location
    USA
    MS-Off Ver
    2010
    Posts
    39

    Post how to change text in every other row of a column

    Hey guys real simple problem here.
    All I am trying to accomplish is

    the pattern you see every other row in column C I need to have a "-R" on the end of the number.

    on odd rows I need each cell in Column C to have "-R" at the end of text



    try to get help excel.png

    Please help

    thank you,
    Last edited by MusicJunky; 12-16-2018 at 12:24 AM.

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,222

    Re: how to change text in every other row of a column

    Please try at C2

    =A2&IF(MOD(ROW(A2),2),"-R","")

    or
    =A2&IF(A1=A2,"-R","")

  3. #3
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,918

    Re: how to change text in every other row of a column

    Are you trying to delete duplicates?
    Ben Van Johnson

+ 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. If text is of specific formt change another column colour to grey and add text in another
    By Louisa Venter in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 08-08-2017, 10:53 AM
  2. Replies: 0
    Last Post: 07-09-2017, 11:01 AM
  3. [SOLVED] Need a formula to change cell in column 2 based off of text in column 1
    By bevwalker in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-30-2014, 03:26 PM
  4. [SOLVED] change text in column for particular condition
    By abraham30 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-16-2013, 11:43 AM
  5. change whole column from text to number
    By wotnots in forum Excel General
    Replies: 5
    Last Post: 01-23-2011, 10:12 AM
  6. Macro to change text in a column
    By JoeB11 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-15-2009, 01:19 AM
  7. How to change text in first row or first column?
    By wwwrabbit in forum Excel General
    Replies: 4
    Last Post: 06-13-2006, 10:20 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