Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Example two column X and Y
Assign A= S$500 B = S$1000 C = S$1500 If key A in column X, Y automatic display S$500 If key B in Column X, Y automatic discplay S$1000............. Can the above be possible |
#2
![]() |
|||
|
|||
![]()
=IF(X1="A","S$500",IF(X1="B","S$1000","S$1500"))
-- HTH RP (remove nothere from the email address if mailing direct) "MK" wrote in message ... Example two column X and Y Assign A= S$500 B = S$1000 C = S$1500 If key A in column X, Y automatic display S$500 If key B in Column X, Y automatic discplay S$1000............. Can the above be possible |
#3
![]() |
|||
|
|||
![]()
One way.
Enter this in Y1, and copy down as needed: =LOOKUP(X1,{"A","B","C"},{"S$500","S$1000","S$1500 "}) You can expand on this and add more values, if need be. -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== "MK" wrote in message ... Example two column X and Y Assign A= S$500 B = S$1000 C = S$1500 If key A in column X, Y automatic display S$500 If key B in Column X, Y automatic discplay S$1000............. Can the above be possible |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count Position of Filtered TEXT cells in a column | Excel Worksheet Functions | |||
time differences in a column | Excel Worksheet Functions | |||
Return Count for LAST NonBlank Cell in each Row | Excel Worksheet Functions | |||
Formula for a column | Excel Discussion (Misc queries) | |||
Auto Skipping and protected cells | Excel Discussion (Misc queries) |