ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How can I get data validation (https://www.excelbanter.com/excel-discussion-misc-queries/46241-how-can-i-get-data-validation.html)

rrucksdashel

How can I get data validation
 
I want to set up one cell (F41) to contain data validation that verifies that
the entered contents are greater than the contents of another cell (F28).
Since F41 needs to be greater than F28, I also want to make sure that F41
can't have input if F28 is blank. The first part of my validation formula
works fine by itself but the second part doesn't work. Can I combine these
two validation checks in one formula as follows? If not, how should it be
set up if it can be done at all?

=OR(F41F28,CELL("type",F28)<"b")

Arvi Laanemets

Hi

=AND((F41F28);F28<"")
and uncheck 'Ignore Blank'


--
Arvi Laanemets
( My real mail address: arvil<attarkon.ee )




"rrucksdashel" wrote in message
...
I want to set up one cell (F41) to contain data validation that verifies
that
the entered contents are greater than the contents of another cell (F28).
Since F41 needs to be greater than F28, I also want to make sure that F41
can't have input if F28 is blank. The first part of my validation formula
works fine by itself but the second part doesn't work. Can I combine
these
two validation checks in one formula as follows? If not, how should it be
set up if it can be done at all?

=OR(F41F28,CELL("type",F28)<"b")





All times are GMT +1. The time now is 04:29 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com