Hi all! I've been searching all over for a solution and I'm stuck, so I'm turning to the experts.
I have a large spreadsheet with data scattered across multiple rows. Example '2" yellow webbing' might be in cell C4 or it could be in T4 or anywhere in between. I want to search cells between C4:T4 to find 2" and put it in the cell my formula is in. 2" is just one of many that is why I'm using a wildcard and searching only the row which is based on the part number.
This is what I have so far and I get #value error.
"=LEFT(CHAR(34),SEARCH("*"&CHAR(34),$C4:$T4,-2))"
Thanks in advance for any and all help!
I have a large spreadsheet with data scattered across multiple rows. Example '2" yellow webbing' might be in cell C4 or it could be in T4 or anywhere in between. I want to search cells between C4:T4 to find 2" and put it in the cell my formula is in. 2" is just one of many that is why I'm using a wildcard and searching only the row which is based on the part number.
This is what I have so far and I get #value error.
"=LEFT(CHAR(34),SEARCH("*"&CHAR(34),$C4:$T4,-2))"
Thanks in advance for any and all help!