Rick V.
New Member
Hi all,
I'm having a terrible time trying to figure out which formula to use when trying to print all corresponding text associated with a particular value.
Here is sample sheet: https://docs.google.com/a/sonicbids...cbwJbb_DunCZwzvdSaxLnTD5c0/edit#gid=452418696
Basically, I want to check column K for any records with a particular value e.g. 6 and then if true print corresponding value in column L into column A. Eventually, I'll modify that formula to print to columns B,C, etc. for their respective values. I hope this makes sense.
I've been using IF, ARRAY_CONSTRAIN, ARRAYFORMULA with no success. Here's the latest version I've been using:
=if(K2:K23=5, ARRAY_CONSTRAIN(L2:L23,10))
Thanks for your help!
I'm having a terrible time trying to figure out which formula to use when trying to print all corresponding text associated with a particular value.
Here is sample sheet: https://docs.google.com/a/sonicbids...cbwJbb_DunCZwzvdSaxLnTD5c0/edit#gid=452418696
Basically, I want to check column K for any records with a particular value e.g. 6 and then if true print corresponding value in column L into column A. Eventually, I'll modify that formula to print to columns B,C, etc. for their respective values. I hope this makes sense.
I've been using IF, ARRAY_CONSTRAIN, ARRAYFORMULA with no success. Here's the latest version I've been using:
=if(K2:K23=5, ARRAY_CONSTRAIN(L2:L23,10))
Thanks for your help!