how do I put in the IF function only integer as true values?

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

Guest

I want excel to select as true the closest integer in a cell which has a
probability distribution and can therefore have several values. I am trying
to use the IF function and wonder if there is a command to put as true value
"closest integer". Thank you
 
Please rephrase.
Do you want the closest integer to a numbers such as 1.23 (1) and 6.89 (7) ?
If so use =ROUND(A1,0)
best wishes
 
Back
Top