Community
    • Login

    Help to set point

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    4 Posts 2 Posters 2.5k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Jesus HerasJ Offline
      Jesus Heras
      last edited by

      Hi everyone, thank you for helping me solve the problem that I have. I need to put a point in the middle of a figure of six numbers, without changing the data on the right. The total data to modify is 1689 cells. Find and Replace. For example
      430056;; -105 430.056;; -105
      438900;; -104 438.900;;-104

      Than you very mach

      Claudia FrankC 1 Reply Last reply Reply Quote 0
      • Claudia FrankC Offline
        Claudia Frank @Jesus Heras
        last edited by

        @Jesus-Heras

        a solution depends on the layout of the real data.
        If you just have one column of 6 digit numbers than a possible
        solution is

        • put the cursor to the place you want in the first line
        • scroll to the last line (do not move the cursor)
        • press SHIFT+ALT and click with the mouse to the position in the last line

        this activate the column mode - press your dot key - done

        A possible S/R is by using the regular expression
        Find what:

        ^\d{3}
        

        Replace with:

        $0.
        

        Done, but as said, depends on the real data.

        Cheers
        Claudia

        1 Reply Last reply Reply Quote 0
        • Jesus HerasJ Offline
          Jesus Heras
          last edited by

          Ohhh Claudia Thank you, many thanks from Spain!!!
          The formula works perfectly and press shift + alt… also
          Thank you very much…Have a nice day

          Greetings from Spain!!!

          Jesús!!

          Claudia FrankC 1 Reply Last reply Reply Quote 0
          • Claudia FrankC Offline
            Claudia Frank @Jesus Heras
            last edited by

            @Jesus-Heras

            ¡De nada!

            Cheers
            Claudia

            1 Reply Last reply Reply Quote 0

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            • First post
              Last post
            The Community of users of the Notepad++ text editor.
            Powered by NodeBB | Contributors