How to use conditional on column?

B

Brett

I have a column with data such as:
$0
$1000
$5000
$7500

Say I hae $1500 in a cell and need to compare it with the values
above. I need the comparison to return the value that $1500 is
closest to but not more than. The returned value will be $5000.

I could do the above with nested if statements but that is messy. I
didn't find a CASE method in Excel that would allow me to keep
comparing values until the condition matched. Which method is best
for what I need to do?

Thanks,
Brett
 

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