Forum Discussion
kyledupic
Mar 17, 2023Copper Contributor
Return value if multiple DIFFERENT cells contain specific text (NOT range)
In the attached picture, I would like to create a formula that looks at different cells (not a range of cells that is continuous) to tell if all of them say 1. For example, did all the players o...
- Mar 17, 2023
Hecatonchire
Mar 17, 2023Iron Contributor
OliverScheurich
Mar 17, 2023Gold Contributor
=MIN(IF($C$2:$C$24=F8,$D$2:$D$24))Very good solution thank you. I didn't think of this approach. Since i work with the desktop version of Excel 2013 at the moment i can't apply MINIFS but the above formula works as well if it's entered as an arrayformula with ctrl+shift+enter.