LEN function
Posted by mcarter on August 28, 2001 2:17 PM
i want to show 1450- as -1450 and 950 as 950. The formula that i am trying doesn't work:
if(right(a1="-",left(a1,len(a1)-1)*-1,left(a1,len(a1)))
Posted by mcarter on August 28, 2001 2:17 PM
i want to show 1450- as -1450 and 950 as 950. The formula that i am trying doesn't work:
if(right(a1="-",left(a1,len(a1)-1)*-1,left(a1,len(a1)))