Functions

O

office type

how do i get multiple functions to compute one answer, i.e. when i want any
number less than 4000 to compute function A and numbers greater than 4000 to
compute function B ext. ext.
 
J

JE McGimpsey

One way:

=IF(A1<4000,<your function A here>, IF(A1>4000, <your function B
here>, "Exactly 4000"))
 

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

Top