Results 1 to 3 of 3

Data Validation code too long

Threaded View

  1. #1
    Registered User
    Join Date
    01-18-2011
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    35

    Data Validation code too long

    Hi All, we had a code in our data validaton (List) in "D" and it work well but we needed to add more code to it and I think it is to much for it to handel.

    Our code that worked was;

    =IF(C5="A",'AC Equipment List'!$B$6:$B$800, IF(C5="SEF",'SEF Equipment List'!$B$6:$B$800, IF(C5="E",'E Equipment List'!$B$6:$B$800, IF(C5="Damper",Dampers!$B$6:$B$800, IF(C5="FA",'FA Equipment List'!$B$6:$B$800)))))
    We added this to it;

    =IF(C5="RAF",'RAF Equipment List'!$B$6:$B$800

    Or new code that will not work is;

    =IF(C5="A",'AC Equipment List'!$B$6:$B$800, IF(C5="SEF",'SEF Equipment List'!$B$6:$B$800, IF(C5="E",'E Equipment List'!$B$6:$B$800, IF(C5="Damper",Dampers!$B$6:$B$800, IF(C5="FA",'FA Equipment List'!$B$6:$B$800, =IF(C5="RAF",'RAF Equipment List'!$B$6:$B$800))))))

    Is there any way we can make this work? We would like a drop down list.
    Last edited by blacky1; 01-21-2011 at 04:01 AM. Reason: Attach file

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