+ Reply to Thread
Results 1 to 8 of 8

insert ASTERIX in sequence

  1. #1
    Registered User
    Join Date
    03-29-2017
    Location
    indonesia
    MS-Off Ver
    2010
    Posts
    16

    insert ASTERIX in sequence

    8f3a5c3431cd428eb2f7a33b126212a1.png
    I have a table like the TOP picture. In the second column I use the formula "NUMBER OF WORDS+1" >> =LEN(B11)-LEN(SUBSTITUTE(B11," ",""))+2

    For the next column I want to insert ASTERIX in sequence like BOTTOM TABLE. What formulas/FUNCTIONs make it easy for me to do this task?
    Last edited by d2pren; 05-02-2017 at 11:27 AM.

  2. #2
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: insert ASTERIX in sequence

    Your post does not comply with Rule 8 of our Forum RULES. Do not crosspost your question on multiple forums without including links here to the other threads on other forums.

    Cross-posting is when you post the same question in other forums on the web. The last thing you want to do is waste people's time working on an issue you have already resolved elsewhere. We prefer that you not cross-post at all, but if you do (and it's unlikely to go unnoticed), you MUST provide a link (copy the url from the address bar in your browser) to the cross-post.

    Expect cross-posted questions without a link to be closed and a message will be posted by the moderator explaining why. We are here to help so help us to help you!

    Read this to understand why we ask you to do this, and then please edit your first post to include links to any and all cross-posts in any other forums (not just this site).
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  3. #3
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    26,995

    Re: insert ASTERIX in sequence

    Please attach your actual file, instead of a screenshot. Then we can use your data, and update the file with a solution instead of having to re-create your file from scratch.

    By the way, it's "asterisk".
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  4. #4
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: insert ASTERIX in sequence

    If we are in Row 8 and asterix1 row is C7

    In C7 copied right and down

    =IF(COLUMNS($C$7:C7)>$B7,"",SUBSTITUTE(" "&$A7&" ", " ","*",COLUMNS($C7:C7)))
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  5. #5
    Registered User
    Join Date
    03-29-2017
    Location
    indonesia
    MS-Off Ver
    2010
    Posts
    16

    Re: insert ASTERIX in sequence

    Quote Originally Posted by ConneXionLost View Post
    Your post does not comply with Rule 8 of our Forum RULES. Do not crosspost your question on multiple forums without including links here to the other threads on other forums.

    Cross-posting is when you post the same question in other forums on the web. The last thing you want to do is waste people's time working on an issue you have already resolved elsewhere. We prefer that you not cross-post at all, but if you do (and it's unlikely to go unnoticed), you MUST provide a link (copy the url from the address bar in your browser) to the cross-post.

    Expect cross-posted questions without a link to be closed and a message will be posted by the moderator explaining why. We are here to help so help us to help you!

    Read this to understand why we ask you to do this, and then please edit your first post to include links to any and all cross-posts in any other forums (not just this site).
    I am so sorry. I am not read the rule. Thanks for remind me

  6. #6
    Registered User
    Join Date
    03-29-2017
    Location
    indonesia
    MS-Off Ver
    2010
    Posts
    16

    Re: insert ASTERIX in sequence

    Quote Originally Posted by ChemistB View Post
    If we are in Row 8 and asterix1 row is C7

    In C7 copied right and down

    =IF(COLUMNS($C$7:C7)>$B7,"",SUBSTITUTE(" "&$A7&" ", " ","*",COLUMNS($C7:C7)))
    Thank you so much

  7. #7
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    26,995

    Re: insert ASTERIX in sequence

    Quote Originally Posted by d2pren View Post
    I am so sorry. I am not read the rule. Thanks for remind me
    You still need to update your post. Please edit your first post to include a link to the post on the other site.

    Please take the time to review our rules. There aren't many, and they are all important.

  8. #8
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2504
    Posts
    13,630

    Re: insert ASTERIX in sequence

    Cross posted at at least two other forums

+ 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. Insert a blank row in incomplete sequence
    By Moriexcel in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-01-2016, 03:24 AM
  2. [SOLVED] Insert Row Sequence Formula
    By delaing in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-24-2016, 05:50 PM
  3. [SOLVED] Insert columns where there is a break in sequence
    By theletterh in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-03-2014, 05:23 PM
  4. insert missing values in a sequence
    By newexcel123 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-02-2014, 07:19 AM
  5. [SOLVED] Insert row when a row in the sequence is missing
    By mhelmers in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 01-29-2013, 10:58 AM
  6. Macro to insert many pictures in sequence?
    By applegatecz in forum Word Programming / VBA / Macros
    Replies: 0
    Last Post: 01-13-2010, 04:35 PM
  7. [SOLVED] How do I insert new work sheets in numerical sequence?
    By ray/c in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-07-2006, 08:30 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