Quantcast
Channel: Active questions tagged worksheet-function - Super User
Viewing all articles
Browse latest Browse all 988

Formula Name Error converting address list to address block list

$
0
0
6240 Grand Blvd; Grace Church to 6200 Block Grand Blvd.; Grace Church

To convert addresses to block listed addresses I am trying to use this four step formula:

=LEFT(A2,(FIND(" ",A2,1)-1))  =MID(A2,FIND(" ",A2),200)=CONCAT(FLOOR(B2,100)," BLOCK",C2)=CONCAT(FLOOR(LEFT(A2,(FIND(" ",A2,1)-1)),100)," BLOCK",MID(A2,FIND(" ",A2),200))

Step three and four, I am receiving #NAME? error.


Viewing all articles
Browse latest Browse all 988

Trending Articles