Data Validation

  • Thread starter Thread starter patrick924
  • Start date Start date
P

patrick924

Hi,
Sorry for my english i'm french.

I search how i can indicate that the validation of a cell is a personal
fonction.

i try to put the name of my fonction in the formula (data validation) but
that don't work.

How can i do ?

Thank's all
 
You can't use your User Defined Function in the Data Validation formula,
but you could refer to a cell that uses the UDF.

For example, in cell C3, enter a formula that uses a UDF:
=myCommission(B3)

In cell B3, use the custom validation:
=C3<25
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top