Forum Discussion
ahha_ha
Mar 14, 2021Copper Contributor
simple formula help: if text does not exist display specific cells from same row
could someone help me with a simple formula to: if text does not exist display specific cells from same row Formula Rule: If amount cell (col F) is blank display: Username: First Name: Last Nam...
- Mar 15, 2021
In case you are MS365 subscriber, this (in F26) will do there trick:
=FILTER(FILTER(B2:F17,D2:D17="","-"),{1,0,0,1,1})Otherwise consider using a pivot table to achieve a similar result. See example in column M. File attached.
chahine
Mar 15, 2021Iron Contributor
ahha_ha if you have office 365, filter is the best function
otherwise you need to use aggregate along with index & match not that easy, but its dynamic & you will not have any blanks, check my solution
- ahha_haMar 15, 2021Copper ContributorThis formula also works great, thanks for your time and help!