True/False Statements

N

newgram

I'm not sure if I'm asking this question correctly but here goes..

I want to create a true/false statement for a names list in my exce
spreadsheet that gets pasted into an Access db that creates
validation for reporting purposes.

Thanx in advance for the assistance
 
F

Frank Kabel

Hi
not really sure what you're trying to achieve. Could you give an
example?
 
N

Norman Harker

Hi newgram!

Basic form for returning TRUE and FALSE is:

=IF(Criteria,TRUE,FALSE)

You can omit the third argument and also use the form (eg) =A1>A2 to
return TRUE or FALSE.

--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
[email protected]
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
 
Top