1 min readfrom Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Filtering Range from Column A based on criteria from Column B, into a cell on another sheet. Cannot get arraytotext or filter to format correctly

https://preview.redd.it/d78m33hl6plg1.png?width=1291&format=png&auto=webp&s=1afe282a13caba6a1717a8c0670d7a161a267d9e

I have this table of Gods from D&D and i have a list of cleric domains on another sheet

https://preview.redd.it/rutz7ck47plg1.png?width=857&format=png&auto=webp&s=e6c372e0c3aa98fa22b5c6707f713b64e932ac6b

By using the Domain 1 and Domain 2 columns be the criteria I want to filter the names in the Deity column into the corresponding cell in column D

Example

If a cell in Domain 1 or Domain 2 columns shows the word "Arcana" like D3 does i want to take the word Azuth from A3 and copy it into cell D6 on the blue sheet. But if there are multiple results i need to copy all of the deity names from column a into that same cell on the blue sheet..

I tried =FILTER(Table5[Deity],Table5[[Domain 1]:[Domain 2]]=Arcana,"")

I tried =ARRAYTOTEXT(FILTER(Table5[Deity],Table5[[Domain 1]:[Domain 2]]=Arcana,""))

All i got was a value error and i cant figure out what im doing wrong here.

submitted by /u/Jarebearcares
[link] [comments]

Want to read more?

Check out the full article on the original site

View original article

Tagged with

#rows.com
#Excel compatibility
#Excel alternatives for data analysis
#cloud-based spreadsheet applications
#Deity
#D&D
#cleric domains
#FILTER
#Azuth
#Domain 1
#Domain 2
#ARRAYTOTEXT
#value error
#criteria
#cell
#filtering
#multiple results
#range
#copy
#corresponding cell