+ Reply to Thread
Results 1 to 3 of 3

What Can be Reverse of this Function ?

  1. #1
    Registered User
    Join Date
    11-29-2022
    Location
    Lahore, Pakistan
    MS-Off Ver
    MS Office 2007
    Posts
    70

    Lightbulb What Can be Reverse of this Function ?

    Function getdata(r As Range) As String
    Dim xstr As String
    Dim c As Range
    For Each c In r
    xstr = xstr & c
    Next c
    getdata = Trim(xstr)
    End Function


    Lets suppose I have a value in Cell B2 as 123456789, I want to split it into next cells like C2=1, D2=2, E2=3, F2=4, G2=5, H2=6, I2=7, J2=8, K2=9...
    Help Needed to Reverse this Function...

    I want to learn How this Function can be reversed? And also suggest HOW the REVERSE of this FUNCTION works for Columns values.

    Thanks...

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

    Re: What Can be Reverse of this Function ?

    PHP Code: 
    Option Explicit
    Function splitData(As RangeAs Integer)
    splitData Mid(rn1)
    End Function 
    In C2, drag accross

    Please Login or Register  to view this content.
    Attached Images Attached Images
    Quang PT

  3. #3
    Registered User
    Join Date
    11-29-2022
    Location
    Lahore, Pakistan
    MS-Off Ver
    MS Office 2007
    Posts
    70

    Re: What Can be Reverse of this Function ?

    Thanks Sir...

+ 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. Macros for Inv. function & reverse involute function
    By manoj_b118 in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 05-10-2020, 03:38 PM
  2. Replies: 7
    Last Post: 11-27-2018, 08:02 PM
  3. How do I reverse a log function
    By born2dive00 in forum Excel General
    Replies: 4
    Last Post: 11-20-2018, 03:37 PM
  4. [SOLVED] Reverse strings udf function to reverse numbers
    By YasserKhalil in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-07-2015, 07:03 AM
  5. [SOLVED] Is there an Excel Function that is the Reverse of RIGHT()
    By nodsdorf in forum Excel General
    Replies: 5
    Last Post: 05-30-2012, 01:23 PM
  6. Reverse function...
    By Taruna Teki in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-26-2012, 12:08 PM
  7. Reverse Function
    By janschepens in forum Excel General
    Replies: 1
    Last Post: 05-16-2011, 08:57 PM

Tags for this Thread

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