Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

is there a formula I can use to link a choice from pop-up menu to a $ amount in adjacent cell? i.e. if Item 1 is chosen, adjacent cell populates $125. if Item 2 is chosen, adjacent cell populates $250.

is there a formula I can use to link a choice from pop-up menu to a $ amount in adjacent cell? i.e. if Item 1 is chosen, adjacent cell populates $125. if Item 2 is chosen, adjacent cell populates $250. it seems like this must be possible. Help please!

iPhone 4S

Posted on Apr 19, 2013 11:01 AM

Reply
3 replies

Apr 19, 2013 12:18 PM in response to gabe scharf

Hi Gabe,


You could use an IF statement in the second cell.


Popup in column B, two items: "This", That" (without the quotes)

Formula in same row of column C


Format the cell in column C as currency.



If there are more than two items in the popup menu, it's better to use a lookup table containing the same list as the popup in column A, with the corresponding values in column B:

User uploaded file

C5: =LOOKUP(B,List :: $A,List :: $B)


Regards,

Barry

is there a formula I can use to link a choice from pop-up menu to a $ amount in adjacent cell? i.e. if Item 1 is chosen, adjacent cell populates $125. if Item 2 is chosen, adjacent cell populates $250.

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.