+ Reply to Thread
Results 1 to 5 of 5

Use only number in a alpha numeric cell & Data Validation

  1. #1
    Forum Contributor
    Join Date
    04-18-2011
    Location
    London, England
    MS-Off Ver
    Excel 2016
    Posts
    105

    Use only number in a alpha numeric cell & Data Validation

    Cell J1 Header
    HTML Code: 
    Cell J2 formula
    HTML Code: 
    shows error #VALUE! how can i retain the numeric character in J1 and keep description VAT without altering its format.

    Column L has Data Validation "List" how can i get predictive text options after inputing few characters. for example if the list contains Sundry Debtors, Sundory Expenses, Sundry Creditors, Sales and Sundry is inputed on L2 it should provide me 3 options to select from.
    Last edited by nd4spd; 05-18-2011 at 06:45 PM.

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Use only number in a alpha numeric cell & Data Validation

    Hi,

    Please Login or Register  to view this content.
    Regards
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Forum Contributor
    Join Date
    04-18-2011
    Location
    London, England
    MS-Off Ver
    Excel 2016
    Posts
    105

    Re: Use only number in a alpha numeric cell & Data Validation

    Thanks Richard

    HTML Code: 

  4. #4
    Forum Contributor
    Join Date
    04-18-2011
    Location
    London, England
    MS-Off Ver
    Excel 2016
    Posts
    105

    Re: Use only number in a alpha numeric cell & Data Validation

    could anyone help me in resolving the second issue on post 1 ??

    Column L has Data Validation "List" how can i get predictive text options after inputing few characters. for example if the list contains Sundry Debtors, Sundry Expenses, Sundry Creditors, Sales and Sundry is inputed on L2 it should provide me 3 options to select from.

  5. #5
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Use only number in a alpha numeric cell & Data Validation

    Hi,

    I don't believe predictive text is available with Data Validation.

    I had to write a VBA procedure to mimic this. The essentials of which were to use a data filter advanced to filter a known list of values using the input cell characters with a "*" either side in a criteria range so that the filter outpust any values that contained those characters anywhere in the string.

    This output list is the basis of a dynamic range name which in turn is used as the RowSource property for a ListBox on a user form. A selection can then be made from the ListBox if required and the value selected then placed back in the input cell.

    Hope this gives you some ideas.

+ 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