+ Reply to Thread
Results 1 to 6 of 6

Extracting Values

  1. #1
    Forum Contributor
    Join Date
    11-19-2014
    Location
    United States
    MS-Off Ver
    2010
    Posts
    137

    Extracting Values

    I'm looking for a way to extract values out of my data. I've attached an example of what I'm looking for and working with.

    In my example if an invoice has a value of Confirmed I want to take the values from column C & D. When it does I want it to show in the format I have in column I.

    Thanks for any help
    Attached Files Attached Files

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Extracting Values

    Try this
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,780

    Re: Extracting Values

    How about this?

    =IF(F2="Confirmed","Order-"&TEXT(C2,"m/d/yyyy")&" Invoice-"&D2,"")
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: Extracting Values

    Put this formula in cell I2:

    =IF(F2="Confirmed","Order-"&TEXT(C2,"m/d/yyyy")&" Invoice-"&D2,"")

    then copy down as required.

    Hope this helps.

    Pete

  5. #5
    Forum Contributor
    Join Date
    11-19-2014
    Location
    United States
    MS-Off Ver
    2010
    Posts
    137

    Re: Extracting Values

    Quote Originally Posted by AlKey View Post
    Try this
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Thanks this works perfectly

  6. #6
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: Extracting Values

    Quote Originally Posted by yuenk View Post
    Thanks this works perfectly
    It doesn't check to see if column F contains "Confirmed".

    Pete

+ 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. Extracting values from a PDF
    By FDibbins in forum Excel General
    Replies: 10
    Last Post: 09-25-2013, 02:22 AM
  2. [SOLVED] Need help with extracting values
    By zarealshook in forum Excel General
    Replies: 3
    Last Post: 12-12-2012, 05:56 AM
  3. Extracting values
    By john27 in forum Excel General
    Replies: 3
    Last Post: 09-24-2012, 05:49 AM
  4. Extracting values from Column
    By abjeffre in forum Excel - New Users/Basics
    Replies: 6
    Last Post: 12-10-2011, 09:10 PM
  5. Extracting Unique Values
    By Drgenetix in forum Excel General
    Replies: 4
    Last Post: 08-04-2011, 06:38 AM
  6. Extracting values from A1, A11, A21
    By allstarbiotech in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 03-29-2011, 08:53 PM
  7. Extracting values (?)
    By beedee in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-04-2007, 11:03 AM
  8. Extracting values from a table
    By Rob Cherry in forum Excel General
    Replies: 2
    Last Post: 04-02-2006, 06:25 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