Hi All,
I'm using the following comma to delete all characters right of a comma... any ideas why it's not working?
=LEFT(a1,FIND(“,”,A1)-1)
Hi All,
I'm using the following comma to delete all characters right of a comma... any ideas why it's not working?
=LEFT(a1,FIND(“,”,A1)-1)
Last edited by Zan03; 04-17-2010 at 09:21 AM.
those are the wrong "" you are using char148 " is char 34
try
=LEFT(A1,FIND(",",A1)-1)
"Unless otherwise stated all my comments are directed at OP"
Mojito connoisseur and now happily retired
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
I got an error due to the curly quotes.
“ vs "
try this one:
![]()
=LEFT(A1,FIND(",",A1)-1)
mind you if you just want to delete everything to right of comma including the comma use find /replace
find ,* replace with nothing
Thanks Martin.. i've made a mental note.. hopefully it sticks around for next time i need it!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks