Hi All-
I am trying to configure a formula that will use all of the following:
IF
ISNA
VLOOKUP
LEFT
TRIM
UPPER
SUBSTITUTE
Here is what I have working so far: =IF(ISNA(VLOOKUP(D2,'Line Table'!1:1048576,2,FALSE)),LEFT(TRIM(SUBSTITUTE(D2,",","")),10),VLOOKUP(D2,'Line Table'!1:1048576,2,FALSE))
Here is what I need:=IF(ISNA(VLOOKUP(D2,'Line Table'!1:1048576,2,FALSE)),LEFT(Upper(TRIM((SUBSTITUTE(D2,",","")),10),VLOOKUP(D2,'Line Table'!1:1048576,2,FALSE))
But I keep getting the "You have entered too many arguments for this function" error. What is the trick to ordering these arguments?
Thanks in advance!
I am trying to configure a formula that will use all of the following:
IF
ISNA
VLOOKUP
LEFT
TRIM
UPPER
SUBSTITUTE
Here is what I have working so far: =IF(ISNA(VLOOKUP(D2,'Line Table'!1:1048576,2,FALSE)),LEFT(TRIM(SUBSTITUTE(D2,",","")),10),VLOOKUP(D2,'Line Table'!1:1048576,2,FALSE))
Here is what I need:=IF(ISNA(VLOOKUP(D2,'Line Table'!1:1048576,2,FALSE)),LEFT(Upper(TRIM((SUBSTITUTE(D2,",","")),10),VLOOKUP(D2,'Line Table'!1:1048576,2,FALSE))
But I keep getting the "You have entered too many arguments for this function" error. What is the trick to ordering these arguments?
Thanks in advance!