+ Reply to Thread
Results 1 to 3 of 3

I need cell in A not #VALUE!

  1. #1
    Esau
    Guest

    I need cell in A not #VALUE!


    -- A B
    Time to Speak #VALUE!
    Express Messenger 8,000 Express Messenger
    Spicegirl Kosmos #VALUE!
    Buffle Head 12,000 Buffle Head
    Sea Urchin Hanover #VALUE!
    Pinstripe Pinup 6,000 Pinstripe Pinup
    Flanery Hall #VALUE!
    Bound to be There 8,000 Bound to be There

    LEFT(C14,FIND(",",C14,1)-3)

    Is there a way to stop the #VALUE!
    ISERROR did not work
    LEFT(ISERROR(C14,FIND(",",C14,1)-3)

    Thank you
    Esau

  2. #2
    Peo Sjoblom
    Guest

    Re: I need cell in A not #VALUE!

    =IF(ISNUMBER(FIND(",",C14,1)-3),LEFT(C14,FIND(",",C14,1)-3),"Whatever")


    --

    Regards,

    Peo Sjoblom

    "Esau" <[email protected]> wrote in message
    news:[email protected]...
    >
    > -- A B
    > Time to Speak #VALUE!
    > Express Messenger 8,000 Express Messenger
    > Spicegirl Kosmos #VALUE!
    > Buffle Head 12,000 Buffle Head
    > Sea Urchin Hanover #VALUE!
    > Pinstripe Pinup 6,000 Pinstripe Pinup
    > Flanery Hall #VALUE!
    > Bound to be There 8,000 Bound to be There
    >
    > LEFT(C14,FIND(",",C14,1)-3)
    >
    > Is there a way to stop the #VALUE!
    > ISERROR did not work
    > LEFT(ISERROR(C14,FIND(",",C14,1)-3)
    >
    > Thank you
    > Esau




  3. #3
    Esau
    Guest

    Re: I need cell in A not #VALUE!

    Thanks A lot Works great

    Esau

    "Peo Sjoblom" wrote:

    > =IF(ISNUMBER(FIND(",",C14,1)-3),LEFT(C14,FIND(",",C14,1)-3),"Whatever")
    >
    >
    > --
    >
    > Regards,
    >
    > Peo Sjoblom
    >
    > "Esau" <[email protected]> wrote in message
    > news:[email protected]...
    > >
    > > -- A B
    > > Time to Speak #VALUE!
    > > Express Messenger 8,000 Express Messenger
    > > Spicegirl Kosmos #VALUE!
    > > Buffle Head 12,000 Buffle Head
    > > Sea Urchin Hanover #VALUE!
    > > Pinstripe Pinup 6,000 Pinstripe Pinup
    > > Flanery Hall #VALUE!
    > > Bound to be There 8,000 Bound to be There
    > >
    > > LEFT(C14,FIND(",",C14,1)-3)
    > >
    > > Is there a way to stop the #VALUE!
    > > ISERROR did not work
    > > LEFT(ISERROR(C14,FIND(",",C14,1)-3)
    > >
    > > Thank you
    > > Esau

    >
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1