I made a dropping list with numbers, at the red area, from column number one on the table. When I choose number at the dropping list, numbers in columns two and three must appear at green area. How to do that?![]()
I made a dropping list with numbers, at the red area, from column number one on the table. When I choose number at the dropping list, numbers in columns two and three must appear at green area. How to do that?![]()
Hi,
Try Vlookup or Match and Index
Vlookup link
http://www.contextures.com/xlFunctions02.html
Match and Index link
http://www.contextures.com/xlFunctio...tml#IndexMatch
Post the file if you need more help
VBA Noob
_________________________________________
![]()
![]()
Credo Elvem ipsum etian vivere
_________________________________________
A message for cross posters
Please remember to wrap code.
Forum Rules
Please add to your signature if you found this link helpful. Excel links !!!
It didn't help. Need another advice.
Post the workbook and I take a look
VBA Noob
Here...![]()
Try this
VBA Noob
Thanx![]()
![]()
![]()
No Problem
VBA Noob
How to make the table invisible?
Can you hide the columns ??
VBA Noob
No? Is it possible?
Yes.
Before you hide the columns you would have to move your 3 criteria out of the Table or alternatively you could hide rows 1 to 22 by selecting them then right click while selected and click hide
VBA Noob
Well ok! I thought there was more serious way like make it invisible, not just hide column by making it shorter.![]()
Hi,
Try these formula's
=LOOKUP($D$23,{0,0.9,1.9,2.9,3.9,4.9,5.9,6.9,7.9},{0.011905,0.012288,0.012723,0.013168,0.013623,0.014087,0.014561,0.015044,0.015536})
=LOOKUP(D23,{0,0.9,1.9,2.9,3.9,4.9,5.9,6.9,7.9},{0.285701,0.292165,0.299391,0.306682,0.314036,0.321426,0.328872,0.33635,0.343856})
VBA Noob
Thanks, It's even cooler that i thought!![]()
No problem
Glad it helped
VBA Noob
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks