Comparing two columns with string
Closed
apbbsr
Posts
1
Registration date
Thursday July 16, 2015
Status
Member
Last seen
July 16, 2015
-
Jul 16, 2015 at 02:20 PM
M.Hanzla Posts 14 Registration date Thursday July 16, 2015 Status Member Last seen August 14, 2015 - Aug 2, 2015 at 03:38 AM
M.Hanzla Posts 14 Registration date Thursday July 16, 2015 Status Member Last seen August 14, 2015 - Aug 2, 2015 at 03:38 AM
Related:
- Comparing two columns with string
- Display two columns in data validation list but return only one - Guide
- Vba select case string contains - Guide
- Tweetdeck larger columns - Guide
- Excel count occurrences of string in column - Guide
- How to remove columns in word - Guide
2 responses
M.Hanzla
Posts
14
Registration date
Thursday July 16, 2015
Status
Member
Last seen
August 14, 2015
1
Jul 31, 2015 at 05:54 AM
Jul 31, 2015 at 05:54 AM
hello apbbsr,
i m writing a formula for your data given which i putted in c1 n copy down u can change the range according to your need
=IFERROR(INDEX($A$1:$A$2,MATCH(1,COUNTIF(B1,"*" & $A$1:$A$2 & "*"),0)),"")
put it into c1 and dnt forget ctrl+shift+enter instead of single enter(array formula)
dnt forget to thnx if worked :)
i m writing a formula for your data given which i putted in c1 n copy down u can change the range according to your need
=IFERROR(INDEX($A$1:$A$2,MATCH(1,COUNTIF(B1,"*" & $A$1:$A$2 & "*"),0)),"")
put it into c1 and dnt forget ctrl+shift+enter instead of single enter(array formula)
dnt forget to thnx if worked :)
I want to compare the values is two column, say A1>b1 if true put a one in column c1, if false put a zero in d1
thx
thx
M.Hanzla
Posts
14
Registration date
Thursday July 16, 2015
Status
Member
Last seen
August 14, 2015
1
Jul 31, 2015 at 06:03 AM
Jul 31, 2015 at 06:03 AM
hello juan
put =IF(A1>B1,1,"") in c1 and =IF(A1>B1,"",0)
put =IF(A1>B1,1,"") in c1 and =IF(A1>B1,"",0)
juan
>
M.Hanzla
Posts
14
Registration date
Thursday July 16, 2015
Status
Member
Last seen
August 14, 2015
Jul 31, 2015 at 08:07 AM
Jul 31, 2015 at 08:07 AM
this is what I have now, I'm looking for a way to have one formula that will place the one or zero on the right column
Thx
Thx
Jul 31, 2015 at 08:16 AM
Thx
Aug 2, 2015 at 03:36 AM
Aug 2, 2015 at 03:38 AM
i uploaded the file,download it and reply me if this work for u
thanks