Formula Formatting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible, without rounding, for a cell to display it’s contents only if
the value within the cell is a whole number?
 
'Cell' is excel talk! We say 'Field' in access country.

I recommend you use a query that has as one of its "Fields" be:
Field1Fixed: Iif([Field1]=Int([Field1]),[Field1],"")

or if you are actually asking if you can filter in only the rows that
have whole numbers then under query CRITERIA you want:
=Int([Field1])

Best of luck,
~J
 

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