Hi guys. Before I start many thanks for any help provided, I know how much time and energy people give to helping others . So many thanks .
Ok I’m quite a movie with Excel, I’m learning as I go so please bare that in mind.
My problem and my question.
I’m building a data base, most of it is complete, however I find myself stuck on one problem in particular.
I hope I explain this correctly so it is understood?
In colum A1 the will be a list of random numbers . These numbers range from 0.25 - 150 . So for example column A, would look like this
A
0.25
1
0.5
10
25
0.25
And so on .
If the number 0.25 to were to appear In A2 i would like it to populate B2 automatically.
If the number 1 was to appear in A2 I would like it to populate C2 automatically
If the number 5 was to appear in cell A2 I would like it to populate cell D2 automatically.
And so on .
Basically the random numbers that appear in column A would need to populate the revelant cells in the right category on the same row as the original number.
For example .
0.25 appears in A501 , so I would like it to automatically populate B501 .
I’ve been searching for an answer, but i’m a bit lost as to how to do it or if it is possibly at all to do ?
The function VLookup seems the closest possibility.
Or does it require a more advanced approach with VBA if it is possibly at all .
Also is there another function that I don’t know of that may solve this issue?
Ok I’m quite a movie with Excel, I’m learning as I go so please bare that in mind.
My problem and my question.
I’m building a data base, most of it is complete, however I find myself stuck on one problem in particular.
I hope I explain this correctly so it is understood?
In colum A1 the will be a list of random numbers . These numbers range from 0.25 - 150 . So for example column A, would look like this
A
0.25
1
0.5
10
25
0.25
And so on .
If the number 0.25 to were to appear In A2 i would like it to populate B2 automatically.
If the number 1 was to appear in A2 I would like it to populate C2 automatically
If the number 5 was to appear in cell A2 I would like it to populate cell D2 automatically.
And so on .
Basically the random numbers that appear in column A would need to populate the revelant cells in the right category on the same row as the original number.
For example .
0.25 appears in A501 , so I would like it to automatically populate B501 .
I’ve been searching for an answer, but i’m a bit lost as to how to do it or if it is possibly at all to do ?
The function VLookup seems the closest possibility.
Or does it require a more advanced approach with VBA if it is possibly at all .
Also is there another function that I don’t know of that may solve this issue?