Generating a True or False (Advanced!)

brian8989

New Member
Joined
Feb 18, 2016
Messages
26
Hi Experts,

Kindly refer to the queries and photo below:

I wish to generate a "True or False" result (column I). For example, cell H3 has a number 10, and cell H4 has a number 2, i would like to have a formula to generate True of False:

If the number in cell H3 (10) is in column A , then check if the number in cell H4 (4) is in Row 12, if
NO = False, Yes = True


https://ibb.co/4SKpR8t


 
Last edited:
Yes but the image you showed is (IMO) correct.
If that is not what you want you need to explain why.
 
Upvote 0

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Yes but the image you showed is (IMO) correct.
If that is not what you want you need to explain why.


Oh~Oppss...I am truly sorry that the result which you saw in the screenshot was not generated by formula, I just simply manually key in True or False, really sorry about the confusion created.
 
Upvote 0
How about

Book1
ABCDEFGHI
20357911
31468101210
4257911132TRUE
53681012147TRUE
64791113154FALSE
7581012141615TRUE
86911131517
971012141618
1081113151719
1191214161820
1210132171921
Sheet1
Cell Formulas
RangeFormula
I4=ISNUMBER(MATCH(H4,INDEX($A$2:$F$12,MATCH(H3,$A$2:$A$12,0),0),0))
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,215,472
Messages
6,125,011
Members
449,204
Latest member
tungnmqn90

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top