#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 293
Default address

Hi all
How do I turn
='Tour managers Spreadsheet'!A10
Into
='Tour managers Spreadsheet'! and for the cell "A"&(ROW()/2*4+2)+4

Question is how do I attach the two parts of the Formula

Thanks

Stew
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default address

=INDIRECT('Tour managers Spreadsheet'!A"&(ROW()/2*4+2)+4)
Note that your math operations at the end simplify to
=INDIRECT('Tour managers Spreadsheet'!A"&(ROW()*2+6))
However, if you want the value of cell A & ROW(), and then want to perform
math operations
=INDIRECT('Tour managers Spreadsheet'!A"&ROW())*2+6

Does this answer your question?
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"stew" wrote:

Hi all
How do I turn
='Tour managers Spreadsheet'!A10
Into
='Tour managers Spreadsheet'! and for the cell "A"&(ROW()/2*4+2)+4

Question is how do I attach the two parts of the Formula

Thanks

Stew

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 293
Default address

Hi Luke

Can't seem to make any of thes work . Will not accept as a Formula

Any Thoughts

Stew

"Luke M" wrote:

=INDIRECT('Tour managers Spreadsheet'!A"&(ROW()/2*4+2)+4)
Note that your math operations at the end simplify to
=INDIRECT('Tour managers Spreadsheet'!A"&(ROW()*2+6))
However, if you want the value of cell A & ROW(), and then want to perform
math operations
=INDIRECT('Tour managers Spreadsheet'!A"&ROW())*2+6

Does this answer your question?
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"stew" wrote:

Hi all
How do I turn
='Tour managers Spreadsheet'!A10
Into
='Tour managers Spreadsheet'! and for the cell "A"&(ROW()/2*4+2)+4

Question is how do I attach the two parts of the Formula

Thanks

Stew

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default address

Argh! I left out opening quotation mark.
=INDIRECT("'Tour managers Spreadsheet'!A"&(ROW()*2+6))
or
=INDIRECT("'Tour managers Spreadsheet'!A"&ROW())*2+6

--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"stew" wrote:

Hi Luke

Can't seem to make any of thes work . Will not accept as a Formula

Any Thoughts

Stew

"Luke M" wrote:

=INDIRECT('Tour managers Spreadsheet'!A"&(ROW()/2*4+2)+4)
Note that your math operations at the end simplify to
=INDIRECT('Tour managers Spreadsheet'!A"&(ROW()*2+6))
However, if you want the value of cell A & ROW(), and then want to perform
math operations
=INDIRECT('Tour managers Spreadsheet'!A"&ROW())*2+6

Does this answer your question?
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"stew" wrote:

Hi all
How do I turn
='Tour managers Spreadsheet'!A10
Into
='Tour managers Spreadsheet'! and for the cell "A"&(ROW()/2*4+2)+4

Question is how do I attach the two parts of the Formula

Thanks

Stew

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 293
Default address

Hi Luke

Yes This now works . Thank you. However I have found an irregularity in the
layout in that This Formula Picks out every second Line from the "Tour
managers spread sheet " but on line 110 the next line we want is 113 and
regular every two lines after(115,117,119 etc) until 213 and then we want
216(218,220,222 etc) and onwards. In other words every 103 line the
requirement shifts!!
Can you adapt to suit?

Best

Stewart

"Luke M" wrote:

Argh! I left out opening quotation mark.
=INDIRECT("'Tour managers Spreadsheet'!A"&(ROW()*2+6))
or
=INDIRECT("'Tour managers Spreadsheet'!A"&ROW())*2+6

--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"stew" wrote:

Hi Luke

Can't seem to make any of thes work . Will not accept as a Formula

Any Thoughts

Stew

"Luke M" wrote:

=INDIRECT('Tour managers Spreadsheet'!A"&(ROW()/2*4+2)+4)
Note that your math operations at the end simplify to
=INDIRECT('Tour managers Spreadsheet'!A"&(ROW()*2+6))
However, if you want the value of cell A & ROW(), and then want to perform
math operations
=INDIRECT('Tour managers Spreadsheet'!A"&ROW())*2+6

Does this answer your question?
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"stew" wrote:

Hi all
How do I turn
='Tour managers Spreadsheet'!A10
Into
='Tour managers Spreadsheet'! and for the cell "A"&(ROW()/2*4+2)+4

Question is how do I attach the two parts of the Formula

Thanks

Stew



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default address

So you may want to experiment with a term like ROW()*2+6+INT((ROW()-2)/51) ?
--
David Biddulph

"stew" wrote in message
...
Hi Luke

Yes This now works . Thank you. However I have found an irregularity in
the
layout in that This Formula Picks out every second Line from the "Tour
managers spread sheet " but on line 110 the next line we want is 113 and
regular every two lines after(115,117,119 etc) until 213 and then we want
216(218,220,222 etc) and onwards. In other words every 103 line the
requirement shifts!!
Can you adapt to suit?

Best

Stewart

"Luke M" wrote:

Argh! I left out opening quotation mark.
=INDIRECT("'Tour managers Spreadsheet'!A"&(ROW()*2+6))
or
=INDIRECT("'Tour managers Spreadsheet'!A"&ROW())*2+6

--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"stew" wrote:

Hi Luke

Can't seem to make any of thes work . Will not accept as a Formula

Any Thoughts

Stew

"Luke M" wrote:

=INDIRECT('Tour managers Spreadsheet'!A"&(ROW()/2*4+2)+4)
Note that your math operations at the end simplify to
=INDIRECT('Tour managers Spreadsheet'!A"&(ROW()*2+6))
However, if you want the value of cell A & ROW(), and then want to
perform
math operations
=INDIRECT('Tour managers Spreadsheet'!A"&ROW())*2+6

Does this answer your question?
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"stew" wrote:

Hi all
How do I turn
='Tour managers Spreadsheet'!A10
Into
='Tour managers Spreadsheet'! and for the cell "A"&(ROW()/2*4+2)+4

Question is how do I attach the two parts of the Formula

Thanks

Stew



  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 293
Default address

Hi Luke and David

My problem is solved thanks to your attention

Thanks again

Stew

"David Biddulph" wrote:

So you may want to experiment with a term like ROW()*2+6+INT((ROW()-2)/51) ?
--
David Biddulph

"stew" wrote in message
...
Hi Luke

Yes This now works . Thank you. However I have found an irregularity in
the
layout in that This Formula Picks out every second Line from the "Tour
managers spread sheet " but on line 110 the next line we want is 113 and
regular every two lines after(115,117,119 etc) until 213 and then we want
216(218,220,222 etc) and onwards. In other words every 103 line the
requirement shifts!!
Can you adapt to suit?

Best

Stewart

"Luke M" wrote:

Argh! I left out opening quotation mark.
=INDIRECT("'Tour managers Spreadsheet'!A"&(ROW()*2+6))
or
=INDIRECT("'Tour managers Spreadsheet'!A"&ROW())*2+6

--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"stew" wrote:

Hi Luke

Can't seem to make any of thes work . Will not accept as a Formula

Any Thoughts

Stew

"Luke M" wrote:

=INDIRECT('Tour managers Spreadsheet'!A"&(ROW()/2*4+2)+4)
Note that your math operations at the end simplify to
=INDIRECT('Tour managers Spreadsheet'!A"&(ROW()*2+6))
However, if you want the value of cell A & ROW(), and then want to
perform
math operations
=INDIRECT('Tour managers Spreadsheet'!A"&ROW())*2+6

Does this answer your question?
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"stew" wrote:

Hi all
How do I turn
='Tour managers Spreadsheet'!A10
Into
='Tour managers Spreadsheet'! and for the cell "A"&(ROW()/2*4+2)+4

Question is how do I attach the two parts of the Formula

Thanks

Stew




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to create a range address with ADDRESS function? Steve McLeod Excel Worksheet Functions 1 December 18th 08 02:02 PM
How do I avoid excel change absolute address to relative address Miguel Excel Discussion (Misc queries) 3 May 10th 07 11:18 PM
long address list, name-address-city, listed vertically, how do y. kb Excel Discussion (Misc queries) 2 March 4th 05 12:48 AM
How do I import Office address book to Outlook Express address bo. snnorp Excel Discussion (Misc queries) 2 February 22nd 05 11:47 AM
Using =address to provide address location for =average ahills Excel Worksheet Functions 2 November 30th 04 03:10 AM


All times are GMT +1. The time now is 08:23 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"