+ Reply to Thread
Results 1 to 3 of 3

excel formula transpose help

  1. #1
    Registered User
    Join Date
    05-02-2019
    Location
    seattle
    MS-Off Ver
    2000
    Posts
    3

    excel formula transpose help

    Hello, Can someone show me how to do this in excel

    I have 2 rows as below:
    excel row A10 network-object 10.0.1.0 255.255.255.128
    excel row A11 network-object 10.5.6.23 255.255.255.224

    I want this to be shown in the same cell(just the ip and subnet without network-object name)

    output should look like below(including the word "and") in a single cell:

    excel row A20 10.0.1.0/255.255.255.128 and 10.5.6.23/255.255.255.224

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: excel formula transpose help

    try
    =SUBSTITUTE(A10," ","/")&" and "&SUBSTITUTE(A11," ","/")
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,463

    Re: excel formula transpose help

    Administrative Note:

    Welcome to the forum.

    We would very much like to help you with your query, however the thread title does not really convey what your request is about. Tell us what you are trying to do, not how you think it should be done.

    Please take a moment to amend your thread title. Make sure that the title properly explains your request. Your title should be explicit and not be generic (this includes function names used without an indication of what you are trying to achieve).

    Please see Forum Rule #1 about proper thread titles and adjust accordingly. To edit the thread title, open the original post to edit and then click on Go Advanced (bottom right) to access the area where you can edit your title.

    (Note: this change is not optional. No help to be offered until this moderation request has been fulfilled.)
    Quang PT

+ 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] Formula to transpose data with Excel/VBA
    By SmallJack in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 02-09-2020, 11:12 PM
  2. [SOLVED] Excel Formula to Transpose the Multiple columns and Criteria
    By Masa1989 in forum Excel General
    Replies: 3
    Last Post: 11-26-2018, 07:31 AM
  3. Replies: 4
    Last Post: 08-21-2018, 09:24 AM
  4. transpose column to a range calculate and transpose to new table loop
    By moshro1 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-02-2015, 10:52 AM
  5. Excel formula to Transpose data
    By rizmomin in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 04-25-2012, 03:08 PM
  6. [SOLVED] Transpose: How can I copy a list and transpose it but leaving 3 cells in between each item
    By cocolete in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-11-2012, 10:01 AM
  7. Replies: 2
    Last Post: 02-19-2007, 04:53 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