formula question

  • Thread starter Thread starter stew
  • Start date Start date
S

stew

in A2 in Financials worksheet I have the following formula

=INDIRECT("'Merchandise'!"&ADDRESS(70,(COLUMN()))). THIS DIRECTS ME TO
$A$470 on The merchandise worksheet

IN A18,
A34,
A50 REPEATING in Financials worksheet I need to have a formula that
takes me to
$A$150
$A$230
$A$310

CAN I MODIFY THE ABOVE FORMULA TO INCREASE IN AMOUNTS OF 80 OR DO i START
AGAIN

Help and thanks for your time

Stew
 
in A2 in Financials worksheet I have the following formula

=INDIRECT("'Merchandise'!"&ADDRESS(70,(COLUMN()))). THIS DIRECTS ME TO
$A$470 on The merchandise worksheet

IN A18,
A34,
A50 REPEATING in Financials worksheet I need to have a formula that
takes me to
$A$150
$A$230
$A$310

CAN I MODIFY THE ABOVE FORMULA TO INCREASE IN AMOUNTS OF 80 OR DO i START
AGAIN

Help and thanks for your time

Stew


Assuming the $A$470 is just a mistype for $A$70.
Replace the 70 in your formula with 60+5*ROW()
Then, when you copy the formula to the mentioned rows, the references
will be as stated above.

Hope this helps / Lars-Åke
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Please explain this formula 5
vlookup 7
Another Hyperlink Question 4
Formula too long error 8
Sum Formula To For Every 8th Cell 3
Help with Formula 2
Help with a Lookup, I think 5
adding =if(iserror to formula 6

Back
Top