Vlookup change column looking at

paulnray

New Member
Joined
May 24, 2005
Messages
29
HI,

I have had a look round the site and couldnt see an answer on this what is probably a simple question.

I have a table of data lets say 5 columns by 5 rows as a named range called data.

I want to create a chart where the values loop through each column with a pause of lets say 5 seconds after the data changes

so in basic terms it does this

vlookup(j2,data,2,false)
pause 5 seconds
vlookup(j2,data,2,false)
pause
etc.

Can this be done, if anyone can give me a starting point would be really appreciated.

Cheers

Paul R
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
do you mean
vlookup(j2,data,2,false)
pause
vlookup(j2,data,3,false)
pause
. . .
that can be done by referencing the colNo, lets say this is in K3: vlookup(j2,data,K3,false)
then make a loop that changes the value of k3
 
Upvote 0

Forum statistics

Threads
1,214,643
Messages
6,120,707
Members
448,981
Latest member
recon11bucks

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top