insert logical formula in excel worksheet

  • Thread starter Thread starter mimi
  • Start date Start date
M

mimi

how to insert formula :

cell H58 = 2.667
result => statement is wrong if there is decimal point;

cell H58 = 2
result => statement is true if there is full figure number

thanks for help.
 
Try this:

=H58=INT(H58)

will return TRUE or FALSE accordingly.

Hope this helps.

Pete
 

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