+ Reply to Thread
Results 1 to 3 of 3

Help Creating Cell Formula Created From Data In Another Cell

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    07-15-2007
    Location
    Bend, Oregon
    MS-Off Ver
    Office 2016 Windows
    Posts
    156

    Help Creating Cell Formula Created From Data In Another Cell

    Hello,

    I have text data in column A cells. I am needing help with a formula in column B cell to output the below.

    I am using four columns to get to the end result, and would prefer to have data in Column A and result be in Column B.

    This is what I have now,

    Cell A1 Contains Text: Fast answers need clear examples

    Cell B1 Contains formula: =LOWER(A1)

    Cell C1 Contains formula: =SUBSTITUTE(B1," ","-")

    Cell D1 Contains formula: =C1&".html"

    Which then gives me the output in D1 of fast-answers-need-clear-examples.html

    Thank you,
    JR
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: Help Creating Cell Formula Created From Data In Another Cell

    Instead of VBA, you can combine your formulas into B1 as follows:

    =SUBSTITUTE(LOWER(A1)," ","-")&".html"

  3. #3
    Forum Contributor
    Join Date
    07-15-2007
    Location
    Bend, Oregon
    MS-Off Ver
    Office 2016 Windows
    Posts
    156

    Re: Help Creating Cell Formula Created From Data In Another Cell

    Hello,
    Perfect. Thank you. Actually that was what I was trying to ask, but did not explain it well. I appreciate the help.

    JR

+ 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] Creating workbook from cell value - Directory created but workbook not saved as
    By nigelog in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-14-2017, 09:04 AM
  2. [SOLVED] formula for creating url out of cell data
    By topaz99 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-29-2014, 12:42 PM
  3. [SOLVED] Using Dynamic cell reference in cell formula created by VBA
    By grazian2 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-25-2013, 11:05 AM
  4. Creating formula based on if data is correct in cell
    By mattmurdock in forum Excel General
    Replies: 0
    Last Post: 08-02-2012, 11:19 AM
  5. Creating a formula in the same cell as the data input???
    By sudzy in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-23-2012, 06:56 PM
  6. copy cell value when cell value is created by a formula
    By tradingguy in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 08-19-2011, 06:21 AM
  7. Creating multiple hyperlinks created in 1 cell.
    By pjfandejf in forum Excel General
    Replies: 1
    Last Post: 02-13-2005, 10:08 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