Have you ever received something in the mail from someone looking for money
(cystic fibrosis, alzheimers, etc) and on the enclosed card there is a spot
where you can check a preset amount. that is what I am trying to do. what
you gave me seems like a good start but I need the values after the : to be a
series of cells in order for everything to print out correctly.
In order to get it to print out like this
_ 30 _ 35 _ 40 _45
I have to have each of those values in individual cells.
the above would be what I want to print if the person donated between 0 - 15
dollars last year.
"daddylonglegs" wrote:
>
> I don't see why you have multiple amounts 30, 35, 40 ,45 but perhaps a
> LOOKUP would work for you, it's generally easier when you have multiple
> possibilities
>
> =LOOKUP(A1,{0,15,30,45;30,50,70,90})
>
> You'd have to put in the exact values you need but in my example if A1
> contains anything above 0 but less than 15 formula returns 30, if 15 to
> 30 returns 50, if 30 to 45 returns 70 etc. Any ggod to you?
>
>
> --
> daddylonglegs
> ------------------------------------------------------------------------
> daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
> View this thread: http://www.excelforum.com/showthread...hreadid=518054
>
>