Have a 7-Line drop-down list (Cell No., Home Phone, Address, etc.), and need following cell to display the info. selected from that drop-down list. Not an Excel Expert...please advise! Thx!
Have a 7-Line drop-down list (Cell No., Home Phone, Address, etc.), and need following cell to display the info. selected from that drop-down list. Not an Excel Expert...please advise! Thx!
I think you are going to need to elaborate a bit.
...so you select from a dropdown and what exactly is supposed to appear in the next cell and where does that data come from?
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Can I somehow put conditions in 'C5' to say (if 'C4' = Phone No.), then 123-456-7890 appears in 'C5', (if 'C4' = Phone Ext), then x9876 appears in 'C5'. Would something like this even be possible?...and if possible, at all easy? Thx!
Is this data listed somewhere else in the workbook or is there only one possible result for each category?
If there is a list...you can use Vlookup() to get result.
e.g. =Vlookup(C4,X1:Y7,2,0) will lookup C4 in list in X1:X7 and return corresponding item from Y1:Y7
If not, then you can use a Nested IF (but only maximum of 7 nested if's)...
e.g. =IF(C4="Phone No.","123-459-7890",IF(C4="Phone Ext.","x9876",IF(C4=...etc.).
I'll give these a whirl....Thank you for your help!!!!!!!!!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks