+ Reply to Thread
Results 1 to 7 of 7

Separate Number Suffix?

Hybrid View

  1. #1
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Separate Number Suffix?

    you can use get.cell and old excel 4 macro function
    select B2
    then insert name /define
    create a name say "mycell"
    in refers to put =GET.CELL(53,Sheet1!$A2)
    so
    =mycell in b2 would then return the contents of a2 as text including the custom format
    then you can use in b2 formulas like
    =IF(RIGHT(mycell,3)="pac",A2*3,A2)
    note it needs to be saved as xlsm a macro enabled workbook
    Attached Files Attached Files
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ 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. Separating lastname + suffix to separate columns
    By 2by4 in forum Excel General
    Replies: 6
    Last Post: 03-20-2014, 01:12 AM
  2. [SOLVED] Number Suffix Question
    By VTJeep in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-15-2014, 10:28 AM
  3. [SOLVED] Changing a positive or negative value based on the input's suffix, then removing suffix
    By Theredwind in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-06-2014, 05:19 AM
  4. [SOLVED] adding unique number suffix
    By hmm321 in forum Excel General
    Replies: 2
    Last Post: 07-01-2012, 05:25 PM
  5. [SOLVED] What does a number with suffix # mean?
    By lvcha.gouqizi in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-25-2005, 12:05 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