Results 1 to 14 of 14

change formula without validation data

Threaded View

  1. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,936

    Re: change formula without validation data

    You can use:
    =IF(B11="","",IF(ISNA(VLOOKUP(B11,Foglio1!$A$2:$B$1500,2,FALSE)),"codice non presente in articoli o errato!",IF(COUNTIF($B$2:$B$1500,$B11)>1,"Value " & $B11 & " at " & INDEX($A$2:$A$1500,MATCH($B11,$B$2:$B$1500,0)),VLOOKUP(B11,Foglio1!$A$2:$B$1500,2,FALSE))))
    in column C, but data validation in column B wont allow dublicates.
    Last edited by protonLeah; 09-01-2013 at 05:54 PM.
    Ben Van Johnson

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 3
    Last Post: 04-11-2011, 05:52 PM
  2. Allow overwriting data in Data Validation and change text colour
    By Vinnie Chan in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-08-2011, 02:41 PM
  3. Replies: 2
    Last Post: 01-03-2010, 05:21 PM
  4. [SOLVED] How does Data Validation change with a formula change?
    By MayClarkOriginals in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-04-2006, 11:55 PM
  5. [SOLVED] change data validation
    By rachael in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-15-2005, 12:05 PM

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