+ Reply to Thread
Results 1 to 3 of 3

IF AND formula help

Hybrid View

  1. #1
    Registered User
    Join Date
    01-15-2014
    Location
    Newark, DE
    MS-Off Ver
    Excel 2007
    Posts
    91

    IF AND formula help

    I have attached an example of what I need to get to. Appreciate any help! We have multiple materials under the same "group". In reality, all of the materials should have the same Lower Temperature Limit if they all belong to the same group but of course this is not the case. So I need a formula that looks at the group number and the Lower Temp Limit.....is the group number the same, if so is the Lower Temp Limit the same? If yes, ok, if no, what is the missing value to be loaded. I hope this makes sense when you look at the attachment. Thanks for looking and again, really appreciate any help.

    Michele
    Attached Files Attached Files

  2. #2
    Forum Expert boopathiraja's Avatar
    Join Date
    07-12-2013
    Location
    Coimbatore,TamilNadu, India
    MS-Off Ver
    Excel 2007, 2013, 2016, 365
    Posts
    1,455

    Re: IF AND formula help

    HI, Try this in C2 and drag it down

    Formula: copy to clipboard
    =IF(COUNTIFS($A$2:$A$16,A2,$B$2:$B$16,B2)>=1,"OK",INDEX($B$2:$B$16,MATCH(A2,$A$2:$A$16,0)))
    Click just below left if it helps, Boo?ath?

  3. #3
    Registered User
    Join Date
    01-15-2014
    Location
    Newark, DE
    MS-Off Ver
    Excel 2007
    Posts
    91

    Re: IF AND formula help

    Thanks that's helpful but there has been a change to the request. It's not just as simple now as filling in blanks. I need to know now for all of the materials in the same group, where the data in the various columns conflicts. New attachment loaded which I hope explains it better. The gray highlighting was just for me to help me look at one group of materials at a time.
    Attached Files Attached Files

+ 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: 11
    Last Post: 06-06-2014, 03:34 PM
  2. how to hide formula in formula box, view lookup result in formula box?
    By vengatvj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-14-2013, 04:06 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