Home › Forums › Archives › Computer Support › Computer Support Discussion › I need help with Microsoft Excel!
- This topic has 5 replies, 3 voices, and was last updated 22 years, 1 month ago by
Tigerblade.
-
AuthorPosts
-
January 30, 2004 at 8:14 pm #11215
MartinBradley
MemberThis is a fairly complicated problem, so i’ll try and make it as simple as I can. Basically, I am making a spreadsheet system which has to calculate the price of a PC when the individual componants are selected. When I select, for example, a processor from the combo box (AKA Drop down list) I want the cell next to the combo box to display a price for that selected processor. In this combo box there are about 5 different brands of processor, so I need the price displayed to change for each individual one. I don’t know if this actually makes any sense to anyone, it hardly makes sense to me! But it’s quite important that I figure out how to do this so any advice would be appreciated. I would leave my email but I don’t think i’m allowed to. Thanks all.
Topic moved from Food, Romance & Other Essential Distractions. Please try to post in a Forum somewhat related to your topic.
February 1, 2004 at 10:48 pm #85256Tigerblade
Participantyes this is actually fairly simple to do… it involves lookup boxes, where one cell’s contents are drawn from a separate array of cells based on what you select. so basically you’ll have another sheet somewhere (in the same workbook preferably) with tables of values for each component. when you select a component, it looks it up from the table and pulls the correct value out.
if you want, email me your numbers and i’ll throw a quick spreadsheet together for ya
February 1, 2004 at 11:10 pm #85254MartinBradley
MemberAh right yeah, i think i get what u mean now, i assume your talking about a VLOOKUP table? I’ll have a go myself then email the stuff to you if I need to. Thanks for ya help!
February 1, 2004 at 11:26 pm #85255Tigerblade
Participantyep… VLOOKUP or HLOOKUP, i forget exactly which, but either works, just depends on the layout you use
February 1, 2004 at 11:50 pm #85252Faizan
MemberIf you need help with excel formulae, I am for you! 😉
😀
February 2, 2004 at 11:30 pm #85253MartinBradley
MemberYeah i’ll probably use the VLOOKUP layout, its the one i’m most familiar with. I have a busy few days so i might not be able to try anything on it for a bit, i’ll get back to you all in this forum though when i’ve tried. Thanks for your help.
-
AuthorPosts
- You must be logged in to reply to this topic.