Why does the following formula only works for cell lengths below 7?
=IF(ISERROR(LEFT(A2, FIND("-",A2)-1)),A2)
I am trying to pull portion of the product name to look for SDSs. The formula worked fine till the "Product ID" became longer than 7.
Example: SDS Name =IF(ISERROR(LEFT(D3, FIND("-",D3)-1)),D3)
=IF(ISERROR(LEFT(A2, FIND("-",A2)-1)),A2)
I am trying to pull portion of the product name to look for SDSs. The formula worked fine till the "Product ID" became longer than 7.
Example: SDS Name =IF(ISERROR(LEFT(D3, FIND("-",D3)-1)),D3)
Length | SDS Name | Product Constituent | Product ID |
6 | SHS125 | 13% | SHS125 |
10 | FALSE | 55% | LOC218-275 |
4 | PA75 | 75% | PA75 |
4 | KH45 | 100% | KH45 |