Results 1 to 3 of 3

Doing a Find on a " " returns a #Value

Threaded View

thecrazyguy Doing a Find on a " " returns... 01-07-2022, 02:14 PM
MrShorty Re: Doing a Find on a " "... 01-07-2022, 02:46 PM
thecrazyguy Re: Doing a Find on a " "... 01-07-2022, 03:02 PM
  1. #1
    Registered User
    Join Date
    03-19-2021
    Location
    Florida, USA
    MS-Off Ver
    Office 365
    Posts
    3

    Doing a Find on a " " returns a #Value

    I have a list of strings that I copy pasted to excel and when I do a find for a " " (space) character, it returns me a #Value. The formula I used is: =FIND(" ", A1)

    Here is what I have tried:
    1. Copied the strings and pasted them as Values - Result: Returning #Value
    2. Converting the rows of cells into "Text" - Result: Returning #Value
    3. Used Search(" ", A1) - Result: Returning #Value
    4. Removed all the carriage returns and cleaned up the string by using formula: =CLEAN(TRIM(SUBSTITUTE(SUBSTITUTE(A1,CHAR(13),""),CHAR(10),", "))) - Result: Returning #Value
    5. Now I typed the exact same string by hand and it returned me the position number

    I can't understand where this went wrong. Is there something that I am missing? I would greatly appreciate some help on this. Thanks in advance.

    List of Strings are (Please note that for some reason when i publish this post, "*" is replacing " " character and I am not sure why):
    public*string*LineOfBusiness*{*get;*set;*}
    public*string*SuspendedTo*{*get;*set;*}
    public*string*DbAction*{*get;*set;*}
    public*string*OfficeName*{*get;*set;*}
    public*string*Priority*{*get;*set;*}
    public*string*State*{*get;*set;*}
    public*int*PageNumber*{*get;*set;*}
    public*int*PageSize*{*get;*set;*}
    public*string*SortBy*{*get;*set;*}
    public*string*SortDir*{*get;*set;*}
    public*string*Status*{*get;*set;*}
    public*string*CellPhone*{*get;*set;*}
    public*string*ResidentialPhone*{*get;*set;*}
    public*string*FirstName*{*get;*set;*}
    public*string*LastName*{*get;*set;*}
    public*string*Address1*{*get;*set;*}
    public*string*Address2*{*get;*set;*}
    public*string*City*{*get;*set;*}
    public*string*CustomerState*{*get;*set;*}
    public*string*Zip*{*get;*set;*}
    public*string*PolicyNumber*{*get;*set;*}
    public*string*CustomerNumber*{*get;*set;*}
    public*string*ScreenPopURL*{*get;*set;*}
    public*string*OfficePhoneNumber*{*get;*set;*}
    public*string*Carrier*{*get;*set;*}
    public*string*TypeOfBusiness*{*get;*set;*}
    public*string*CurrentPremium*{*get;*set;*}
    public*string*EqualCurrentPremium*{*get;*set;*}
    public*string*FromCurrentPremium*{*get;*set;*}
    public*string*ToCurrentPremium*{*get;*set;*}
    public*string*NextPremium*{*get;*set;*}
    public*string*EqualNextPremium*{*get;*set;*}
    public*string*FromNextPremium*{*get;*set;*}
    public*string*ToNextPremium*{*get;*set;*}
    Last edited by thecrazyguy; 01-07-2022 at 02:26 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] ".Find" Returns Run-time error '91': if the Item Is Not Found.
    By Tegglet in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-28-2021, 10:34 AM
  2. Replies: 11
    Last Post: 06-05-2020, 02:08 AM
  3. Replies: 2
    Last Post: 07-24-2017, 02:19 AM
  4. [SOLVED] Nested HLOOKUP returns "FALSE" in cell where result should be "0.00"
    By gammccubbin in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-09-2016, 09:49 AM
  5. [SOLVED] IF Statement Evaluates as "TRUE" but Returns "FALSE" Value (Excel 2007)
    By Simcik in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-11-2014, 12:43 PM
  6. [SOLVED] Range.find returns "Nothing" in error, not sure of cause
    By enphynity in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-14-2013, 04:00 PM
  7. Replies: 5
    Last Post: 06-26-2006, 09:23 PM

Tags for this Thread

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