# Compare two list get true or false

**URL:** https://community.thunkable.com/t/compare-two-list-get-true-or-false/1671051
**Category:** Questions about Thunkable X
**Tags:** beginner
**Created:** [January 13, 2022, 1:02am UTC](https://community.thunkable.com/t/compare-two-list-get-true-or-false/1671051 "2022-01-13T01:02:33Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![balabharathi.slmkx98](https://avatars.discourse-cdn.com/v4/letter/b/9d8465/32.png) [@balabharathi.slmkx98](https://community.thunkable.com/u/balabharathi.slmkx98)
#### Post date: [January 13, 2022, 1:02am UTC](https://community.thunkable.com/t/compare-two-list-get-true-or-false/1671051/1 "2022-01-13T01:02:33Z")

</div>

hi friend’s,  
I have two lists want to create 3rd list from this two list.  
List1 is 1,2,3,4,5,6,7,8,9  
list 2 is 6,3,8,1,4  
my 3rd list should be  
index1 is 1 Completed.  
index2 is 2 Not Completed.  
index3 is 3 Completed.  
index4 is 4 Completed.  
index5 is 5 Not Completed.  
index6 is 6 Completed.  
index7 is 7 Not Completed.  
index8 is 8 Completed.  
index9 is 9 Not Completed.  
please help me someone thank you.

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [January 13, 2022, 1:52am UTC](https://community.thunkable.com/t/compare-two-list-get-true-or-false/1671051/2 "2022-01-13T01:52:45Z")

</div>

I don’t understand what you mean by “index1 is 1 Completed” and “index2 is 2 Not Completed” etc. Can you explain this more and give some examples?

Are you trying to determine which numbers are in **both** lists? Also, it helps if you use quotes to represent text strings. I’m not sure if you want the first list item to be “index1 is 1 Completed” or “1 Completed” or “Completed”.

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [January 13, 2022, 1:59am UTC](https://community.thunkable.com/t/compare-two-list-get-true-or-false/1671051/3 "2022-01-13T01:59:03Z")

</div>

I just realized we’ve already helped you with this. Please don’t start a new topic for the same issue. You can post this question on your original topic:

> [@Compare two list value than get not matching item](https://community.thunkable.com/t/compare-two-list-value-than-get-not-matching-item/1663567):
>
> Hello Friends, I have two list, List1 is A,B,C,D,E,F List2 is A,C,F My output should be B,D,E Please give me solution Friends Thank you to all. Happy 2022 to all.

@jared perhaps you can merge the two topics? Thanks!

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [January 13, 2022, 1:59am UTC](https://community.thunkable.com/t/compare-two-list-get-true-or-false/1671051/4 "2022-01-13T01:59:07Z")

</div>


