Throwing an Error Message in Excel through comparative list Data Validation -


i have 2 sets of data 'list' data validated , referenced different 'named ranges' in other worksheets in same workbook. of entries in first list appear in second list. there way check if value entered in each list in same row same , throw error message state must different?

i prefer if there non- vb/vba route tackling problem. if me appreciated.

thanks

vba not needed.

if both columns a & b filled dv pull-downs, in c1 enter:

=if(a1<>b1,"",if(and(a1="",b1=""),"","bad values")) 

and copy down.


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

android - Facebook Login CallbackManager FacebookCallback called onCancel() every time -