Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Ryan- Validation Question

"This validates the values before the 8-part model number is created. Is
that what you're looking for? Or do you need to further validate the
resulting combination against a list of model numbers? "

I need to further validate the resulting combination against a list of model
numbers. Any help?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default Ryan- Validation Question

Create a list of valid model numbers ... say in Column A of Sheet3 ... and
then validate using:

=if(ISNA(Match(B2,Sheet3!A:A,0)),"Invalid Model number","")

B2 contains model number


If you place this formula in adjacent cell e.g. C2, then message "Invalid
Model number" will appear if the entry in B2 is not found in column A of
Sheet3; if model is valid, no message is produced.

Is this an exceptable solution?

"Mike Smith NC" wrote:

"This validates the values before the 8-part model number is created. Is
that what you're looking for? Or do you need to further validate the
resulting combination against a list of model numbers? "

I need to further validate the resulting combination against a list of model
numbers. Any help?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Ryan- Validation Question

Thanks very much. Huge help

"Toppers" wrote:

Create a list of valid model numbers ... say in Column A of Sheet3 ... and
then validate using:

=if(ISNA(Match(B2,Sheet3!A:A,0)),"Invalid Model number","")

B2 contains model number


If you place this formula in adjacent cell e.g. C2, then message "Invalid
Model number" will appear if the entry in B2 is not found in column A of
Sheet3; if model is valid, no message is produced.

Is this an exceptable solution?

"Mike Smith NC" wrote:

"This validates the values before the 8-part model number is created. Is
that what you're looking for? Or do you need to further validate the
resulting combination against a list of model numbers? "

I need to further validate the resulting combination against a list of model
numbers. Any help?

Reply
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
Remove Duplication from Validation List? [email protected] Excel Discussion (Misc queries) 1 January 17th 06 02:27 AM
Pivot table question gary Excel Discussion (Misc queries) 1 January 10th 06 06:25 PM
Copy workbook- Validation function sjs Excel Worksheet Functions 3 December 28th 05 03:00 PM
Data Validation Syntax Question Jim & Gail Excel Discussion (Misc queries) 2 April 7th 05 04:17 AM
Validation Data & Goto question ma Excel Discussion (Misc queries) 2 March 1st 05 08:54 PM


All times are GMT +1. The time now is 08:57 PM.

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

About Us

"It's about Microsoft Excel"