math question Excel 2000

S

Steve Lenaghan

I have a situation where a simple true false situation does not apply. How
do you create a formula for several IF situations in a single cell. I need
to automate an entry so the person does not have to make a decision about
how to calculate a value

TIA

Steve L.
 
P

Paul B

Steve, more info might help, but here is and example of a nested if
= IF($L$1>J9,K9-$L$1,IF($L$1>I9,J9-$L$1,IF($L$1>H9,I9-$L$1,H9-$L$1)))
 

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

Similar Threads


Top