+ Reply to Thread
Results 1 to 4 of 4

If Formula

  1. #1
    Registered User
    Join Date
    08-23-2013
    Location
    florida
    MS-Off Ver
    excel 2007
    Posts
    6

    If Formula

    Can somebody please provide a formula for the following.....i'm having a heck of a time.

    If value in column E on Sheet1 equals value in column D on Sheet2 and Column D contains "FC T" on sheet1 and Column Q contains "FC C & D" on sheet2 then return Cell A1 from sheet2

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: If Formula

    Administrative Note:
    • We would love to help you with your query, but first, before we can proceed…
    • Please see Forum Rule #1 about proper thread
    • Please PM me when complete and this post will be removed which will reset the replies to zero…

      To change a Title on your post, click EDIT on you're 1st post, then Go Advanced and change your title
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    08-05-2013
    Location
    USA
    MS-Off Ver
    2010
    Posts
    76

    Re: If Formula

    Might be something like this:
    =IF(AND(Sheet1!E1=Sheet2!D1,Sheet1!D1="FC T",Sheet2!Q1="FC C & D"),Sheet2!A1,"")

    It might be helpful to include a sample workbook (with mock data) that includes the outcome you are trying to reach.
    Last edited by jeffr27; 09-05-2013 at 09:38 AM.

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: If Formula

    jeff, I see nowhere where I was pointing out confusion in the thread, I was requiring a thread title change. And you have been around long enough to know not to post when this kind of request has been made!!

+ 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. Replies: 6
    Last Post: 10-08-2009, 03:45 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