Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have this working but I am using two formulas, and want to combine them
into one. I use =ISNUMBER(MATCH(D3,A$2:A$83,0)) to return a true or false Then I use this formula to return the text of the cell that is different =IF(G2=FALSE,D2,"") How can I combine the two into one formula? |
#2
![]() |
|||
|
|||
![]()
How about
=IF(ISNA(MATCH(D3,A$2:A$83,0)),D2,"") -- HTH RP (remove nothere from the email address if mailing direct) "Q" wrote in message ... I have this working but I am using two formulas, and want to combine them into one. I use =ISNUMBER(MATCH(D3,A$2:A$83,0)) to return a true or false Then I use this formula to return the text of the cell that is different =IF(G2=FALSE,D2,"") How can I combine the two into one formula? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Vlookup - Comparing two lists in different worksheets | Excel Worksheet Functions | |||
Comparing two lists in excel that don't match exactly | Excel Worksheet Functions | |||
Comparing lists of map references | Excel Worksheet Functions | |||
Comparing multiple lists | Excel Worksheet Functions | |||
Comparing 2 Customer Lists to Identify Shared Customers | Excel Worksheet Functions |