+ Reply to Thread
Results 1 to 9 of 9

Excel 2007 : If formula

  1. #1
    Registered User
    Join Date
    12-08-2010
    Location
    uae
    MS-Off Ver
    Excel 2007
    Posts
    69

    If formula

    i want to use IF formula
    i had enter in A1 cell mubeen
    what i need is if A1 =mubeen then i want to pick from a10 and a11 and b12
    Last edited by mubeenff; 12-09-2010 at 04:57 AM.

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: If formula

    What do you mean by "pick from a10 and a11 and b12"?

    An IF() function delivers one result. You can concatenate several cell values as the result, but somehow I don't think that's what you want.

    Please upload a sample Excel file and manually put in your expected outcome.

    cheers,

  3. #3
    Registered User
    Join Date
    12-08-2010
    Location
    uae
    MS-Off Ver
    Excel 2007
    Posts
    69

    Re: If formula

    Quote Originally Posted by teylyn View Post
    What do you mean by "pick from a10 and a11 and b12"?

    An IF() function delivers one result. You can concatenate several cell values as the result, but somehow I don't think that's what you want.

    Please upload a sample Excel file and manually put in your expected outcome.

    cheers,
    Ok Sir,
    please see the attached file
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    12-06-2010
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    20

    Re: If formula

    =IF(A1="mubeen",A10&B10&A12)


    The above should work ok.

  5. #5
    Registered User
    Join Date
    12-08-2010
    Location
    uae
    MS-Off Ver
    Excel 2007
    Posts
    69

    Re: If formula

    Thanx a lot sir

  6. #6
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: If formula

    If you are satisfied with the solution(s) provided, please mark your thread as Solved.

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save

  7. #7
    Registered User
    Join Date
    12-08-2010
    Location
    uae
    MS-Off Ver
    Excel 2007
    Posts
    69

    Re: If formula

    Sir,
    in same file if its empty its showing FALSE how can i remove it

  8. #8
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: If formula

    try

    =IF(A1="mubeen",A10&B10&A12,"")

  9. #9
    Registered User
    Join Date
    12-08-2010
    Location
    uae
    MS-Off Ver
    Excel 2007
    Posts
    69

    Re: If formula

    Quote Originally Posted by teylyn View Post
    try

    =IF(A1="mubeen",A10&B10&A12,"")
    Thanx once again

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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