Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default display the cell value in the next 33rd cell

I need some help with writing a 'search & display' formula:

Scenario:
cell A9 has a value of $4600
- set cell T2 to '=A9'

Question: what formula do I put in T3 if I want it to return the value in
cell A42 (basically, every 33rd cell from a range of cells). This is for a
monthly report where the starting cell is not always 'A9', and the locations
of the 'next 33rd cell' varies from month to month...

thanks!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 618
Default display the cell value in the next 33rd cell

"bmnjna2019" wrote in message
...
I need some help with writing a 'search & display' formula:

Scenario:
cell A9 has a value of $4600
- set cell T2 to '=A9'

Question: what formula do I put in T3 if I want it to return the value in
cell A42 (basically, every 33rd cell from a range of cells). This is for
a
monthly report where the starting cell is not always 'A9', and the
locations
of the 'next 33rd cell' varies from month to month...


One way would be to put the address of your starting point (A9, for example)
in a cell such as T1, and then T2 could be =INDIRECT(T1), and T3 could be
=OFFSET(INDIRECT(T1),33,0)
--
David Biddulph


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,886
Default display the cell value in the next 33rd cell

Hi

Take a look at the Offset function
=OFFSET(A9,33,0)
says take the value that is offset by 33 rows from A9, and 0 columns
from A9 hence A42

The 33 and 0 could be cell values as opposed to absolute numbers.

--
Regards

Roger Govier


"bmnjna2019" wrote in message
...
I need some help with writing a 'search & display' formula:

Scenario:
cell A9 has a value of $4600
- set cell T2 to '=A9'

Question: what formula do I put in T3 if I want it to return the value
in
cell A42 (basically, every 33rd cell from a range of cells). This is
for a
monthly report where the starting cell is not always 'A9', and the
locations
of the 'next 33rd cell' varies from month to month...

thanks!



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default display the cell value in the next 33rd cell

thanks for your help!

"David Biddulph" wrote:

"bmnjna2019" wrote in message
...
I need some help with writing a 'search & display' formula:

Scenario:
cell A9 has a value of $4600
- set cell T2 to '=A9'

Question: what formula do I put in T3 if I want it to return the value in
cell A42 (basically, every 33rd cell from a range of cells). This is for
a
monthly report where the starting cell is not always 'A9', and the
locations
of the 'next 33rd cell' varies from month to month...


One way would be to put the address of your starting point (A9, for example)
in a cell such as T1, and then T2 could be =INDIRECT(T1), and T3 could be
=OFFSET(INDIRECT(T1),33,0)
--
David Biddulph



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default display the cell value in the next 33rd cell

thanks for your helps!

"Roger Govier" wrote:

Hi

Take a look at the Offset function
=OFFSET(A9,33,0)
says take the value that is offset by 33 rows from A9, and 0 columns
from A9 hence A42

The 33 and 0 could be cell values as opposed to absolute numbers.

--
Regards

Roger Govier


"bmnjna2019" wrote in message
...
I need some help with writing a 'search & display' formula:

Scenario:
cell A9 has a value of $4600
- set cell T2 to '=A9'

Question: what formula do I put in T3 if I want it to return the value
in
cell A42 (basically, every 33rd cell from a range of cells). This is
for a
monthly report where the starting cell is not always 'A9', and the
locations
of the 'next 33rd cell' varies from month to month...

thanks!




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 display the cell it goes to at the centre of the monitor screen? cyberdude Excel Discussion (Misc queries) 1 July 23rd 06 01:20 PM
How to click on a cell and have the content of the cell display in a different cell [email protected] Excel Worksheet Functions 0 June 6th 06 03:05 PM
Urgent date/scheduling calc needed jct Excel Worksheet Functions 3 February 24th 06 01:36 AM
MS Excel 2000 Cell Capacity and Data Display RCM-IEWTD Excel Discussion (Misc queries) 3 August 11th 05 05:05 PM
Display a row if a cell value is greater than zero vmerrill Excel Worksheet Functions 2 August 6th 05 06:47 PM


All times are GMT +1. The time now is 01:11 AM.

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"