+ Reply to Thread
Results 1 to 4 of 4

Excel Mid and If function

  1. #1
    Registered User
    Join Date
    12-12-2012
    Location
    Sri Lanka
    MS-Off Ver
    Excel 2010
    Posts
    10

    Excel Mid and If function

    Picture1.png
    Picture2.png

    i made mid column and typed mid formula to add values in mid column.
    but when i made if formula in another column with this mid column, it did not appear true value..
    how to solve this problem..
    if this is not the right way, then tell me which is the best way to make this concept correct..

  2. #2
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Excel Mid and If function

    In the future, please upload a copy of your workbook instead of images.

    MID returns a text string, not numeric values... and you don't need the MID column at all, just incorporate it into your formula.

    Try this:
    =IF(MID(A2,3,3)*1>366,"Female","Male")

    - Moo

  3. #3
    Registered User
    Join Date
    12-12-2012
    Location
    Sri Lanka
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: Excel Mid and If function

    thanks... and i'll put that in my mind

  4. #4
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Excel Mid and If function

    You're welcome. Glad to help

    - Moo

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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