+ Reply to Thread
Results 1 to 6 of 6

Name + country formula

  1. #1
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Name + country formula

    I have following on a1

    001. Andrew Fisher
    (AUS)
    002. Adam Kretschmer
    (AUS)
    003. Karen Richards
    (AUS)


    I need formula on b1 drag down to give me result as follows
    , AUS in not only the country , the list is long enough

    001. Andrew Fisher(AUS)
    002. Adam Kretschmer(AUS)
    003. Karen Richards(AUS)

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,728

    Re: Name + country formula

    Two-stage process:

    1. In B1 copied down:

    =IF(ISEVEN(ROW()),1,A1&A2)

    2. Change column B to values, then remove duplicates from column B (data ribbon).
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,601

    Re: Name + country formula

    Something like:

    =INDEX($A$1:$A$1000, 2*ROW(B1)-1) &
    =INDEX($A$1:$A$1000, 2*ROW(B1))

  4. #4
    Valued Forum Contributor
    Join Date
    04-27-2015
    Location
    Abu Dhabi, U.A.E
    MS-Off Ver
    Office 365 | 2016
    Posts
    696

    Re: Name + country formula

    IF(RIGHT(A1,5)="(Aus)","Australia is not only the country",SUBSTITUTE(MID(A1,FIND("(",A1,1)+1,SEARCH(")",A1)),")",""))

  5. #5
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Re: Name + country formula

    Thank you all.
    Last edited by AliGW; 11-08-2017 at 03:02 AM. Reason: Personal comment removed.

  6. #6
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: Name + country formula

    May be

    Row\Col
    A
    B
    1
    001. Andrew Fisher
    (AUS)
    002. Adam Kretschmer
    (AUS)
    003. Karen Richards
    (AUS)
    001. Andrew Fisher (AUS)
    2
    002. Adam Kretschmer (AUS)
    3
    003. Karen Richards (AUS)


    B1
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Copy down!
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

+ 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] Country Position formula
    By makinmomb in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-28-2017, 06:51 PM
  2. Getpivotdata formula with two variables (month and country)
    By Hypnopoison in forum Excel General
    Replies: 8
    Last Post: 07-28-2016, 08:50 PM
  3. Replies: 7
    Last Post: 01-25-2016, 08:10 AM
  4. Add ‘country name’ column to worksheet from a list of country codes.
    By Ben Morton in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-02-2009, 09:24 AM
  5. formula to return a certain Time Zone depending upon country user inputs
    By nufc_demon in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-31-2008, 07:25 AM
  6. building a formula with non-US country setting
    By Ward Germonpré in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-29-2006, 04:10 AM
  7. [SOLVED] country list
    By BigBloke in forum Excel General
    Replies: 4
    Last Post: 12-12-2005, 07:50 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