+ Reply to Thread
Results 1 to 15 of 15

More than one value in MID formule

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: More than one value in MID formule

    you could also try
    =IF(OR(MID(B9;{3;8};4)="A00B");$B$68;"")
    "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

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: More than one value in MID formule

    Perhaps
    =IF(ISNUMBER(FIND("A00B";B9));$B$68;"")

    Though this doesn't rely on it appearing at the 3rd or 8th position of the string.
    It just looks if it exists anywhere in the string.

+ 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. simplification de formule
    By Nacho15 in forum Non English Excel
    Replies: 14
    Last Post: 11-15-2013, 11:14 AM
  2. formule for tiling
    By redbullrace in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-28-2013, 04:53 PM
  3. dynamic formule
    By glda19 in forum Excel General
    Replies: 2
    Last Post: 12-25-2012, 01:06 PM
  4. [SOLVED] Date formule
    By kr1st0f1 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-23-2012, 07:49 AM
  5. Need a formule for this....
    By Jerin John in forum Excel General
    Replies: 1
    Last Post: 03-23-2011, 12:38 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