LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Excel 2010/2007 - How much can be done with Custom Validation?

Excel 2010/2007

(Posting to programming group because my instincts tell me code would be required...)

I implement a rather robust application that uses a large footprint of reference data. Experience has shown that during an implementation, it’s far easier for the client to review the reference data in a spreadsheet format and then upload en-masse. The data has to adhere to validation that resides in the app GUI.

We’ve got a utility to upload the spreadsheet, but it doesn’t currently include any validation. As a result, the utility spits out errors that have to be reviewed & re-processed.

Some of that error/review/reprocess could be reduced if I can add at least some validation to the spreadsheet.

Custom Validation can easily do things like checking for duplicates, but there are some more sophisticated validation schemes that I’d like to employ. I don’t know whether they’re possible w/ pure Excel Custom Validation or whether they’d require VBA.

e.g. say I’ve captured a Location list:

State City
CA San Diego
NY New York
FL Miami
CA San Francisco
CA Los Angeles
FL Jacksonville

Next, consider that I’ve moved on to contacts/people in a different set of the ref data capture & need to specify an address.

Is there a way to employ custom validation (without VBA because I don’t want to have to support VBA code in addition to app code) that would allow a user to select a State in cell A2 of the user sheet (e.g. “CA”) which in turn limits my validation list for the contact's city to only those Cities from the selected state? e.g. on contact sheet, for "State" user selects “CA” & the selection list in contact sheet for "City" becomes “San Diego”, “San Francisco”, & “Los Angeles”.

Initially, the State/City list wouldn’t be sorted, but that’s a simple enough exercise that I could justify a simple macro to do it.
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Differences among VBA in Excel 2007 and 2010 deltaquattro Excel Programming 2 December 3rd 10 09:44 AM
Differences between VBA in Excel 2007-2010 Tara H Excel Programming 2 May 18th 10 06:01 PM
Set color for chart serie in excel 2007/2010 Lina Excel Programming 5 May 6th 10 05:35 PM
Easy way to add my custom button on Excel 2010 quick access toolbar? Chet Excel Programming 3 April 7th 10 03:16 PM
Easy way to add my custom button on Excel 2010 quick access toolbar? Chet Excel Discussion (Misc queries) 0 April 5th 10 10:21 PM


All times are GMT +1. The time now is 12:52 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"