=IF(A2="sp",IF(B1=250,0.5,IF(B1=500,0.85,"what
here?")),IF(A1="SB",IF(B1=250,0.75,IF(B1=500,1.3,"and what here?")),"or even
here?"))

Signature
---
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
>I am trying to allow a cell to gather data from two cells and return a
> numeric amount based on that data.
[quoted text clipped - 6 lines]
>
> How do I write the functions to make this occur?