Multiple options

Louigi724

New Member
Joined
May 11, 2013
Messages
9
I am trying to make excel give me an amount on a different cell, of a number that I have. For example:

My added matched lottery numbers add up to 7 in some cases, 8 in others and so on. I want the cell to its right to tell what the count 11 is. Let me clarify better.

The lower counts are nothing, but from 11 it pays $3, 12 pays $6, and 13 pays $15. Let me insert an image of what I mean:

Well, I tried but your image loading here is only from a URL and that's useless cause my excel image problem is in the jpg format in my PC. So I guess whenever the designers of this website decide to include a PC as a place of upload, I will be happy to include my sample. For now what I explained here must be pretty well imagined and understood, else, I cannot be helped.

Thank you all for the effort to try to help me.

Louigi724
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Hello,

you could manually enter a sample of you data.

Do you mean something on the lines of

=IF(A1=11,3,IF(A1=12,6,IF(A1=13,15,0)))
 
Upvote 0
...well, I'm going to try your sample, but yes, I am looking for 3 results out of a single cell. In other words, (for example) Cell A3 would have a number or point number 11 on it; cell A4 would have to show a price of 3 whatever, dollar, euro, whatever. If however, the point value changed to 12 on Cell A3, the price on Cell A4 would change to 6. If the point value on Cell A3 were 13. then the price on Cell A4 would have to show a price of 15 whatever. See my objective here? Hope you can help me on this, please! But I am trying your sample there to see if that works.

Thanks for your help.
 
Upvote 0
Hi onlyadrafter;

I tried your sample. In my last reply I wrote the Cell number wrong. Instead of Cell A4, the return should be on Cell B3. Let me restate my question:

If Cell A3 has a plain number, for example, 11 then I want Cell B3 to return a value of 3 dollars or whatever. If next day that number on Cell A3 changes to 12, then I want Cell B3 to reflect a return of 6 dollars or whatever. If next day that number changes to 13, then Cell B3 should also show a return to 15 dollars or whatever the price is. Is that a better explanation of what I want?

Thanks for your help, onlyadrafter

Extra curiosity:

There's a strange thing going on with my Excel 13. Instead of accepting calculations with the comma, it shows that the calculation is wrong, and as I place a semi-colon in place of a comma, that accepts my calculation in the countif problems. In your sample as well, it only uses semi-columns instead of commas. Does that sound right to you? I mean, as long as it works, it's OK by me.
 
Upvote 0

Forum statistics

Threads
1,213,551
Messages
6,114,273
Members
448,559
Latest member
MrPJ_Harper

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top