A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

simlple question



 
 
Thread Tools Display Modes
  #1  
Old April 22nd, 2009, 06:09 PM posted to microsoft.public.excel.worksheet.functions
Darius
external usenet poster
 
Posts: 47
Default simlple question

In a cell F8 I have a number as for example: 3115
now in Cell M2 I want to say :
=J3115
Problem is this 3115 number may change, so how M2 value change the J row
number based on the new value?
  #2  
Old April 22nd, 2009, 06:21 PM posted to microsoft.public.excel.worksheet.functions
Jacob Skaria
external usenet poster
 
Posts: 5,952
Default simlple question

Try the below in M2

="J"&F8

If this post helps click Yes
---------------
Jacob Skaria


"Darius" wrote:

In a cell F8 I have a number as for example: 3115
now in Cell M2 I want to say :
=J3115
Problem is this 3115 number may change, so how M2 value change the J row
number based on the new value?

  #3  
Old April 22nd, 2009, 06:28 PM posted to microsoft.public.excel.worksheet.functions
Gord Dibben
external usenet poster
 
Posts: 20,252
Default simlple question

Check your other post for replies.

No need to multi-post in these news groups.


Gord Dibben MS Excel MVP

On Wed, 22 Apr 2009 10:09:01 -0700, Darius
wrote:

In a cell F8 I have a number as for example: 3115
now in Cell M2 I want to say :
=J3115
Problem is this 3115 number may change, so how M2 value change the J row
number based on the new value?


  #4  
Old April 22nd, 2009, 06:31 PM posted to microsoft.public.excel.worksheet.functions
Jacob Skaria
external usenet poster
 
Posts: 5,952
Default simlple question

Oops ..

=INDIRECT("J" & F8)

If this post helps click Yes
---------------
Jacob Skaria


"Jacob Skaria" wrote:

Try the below in M2

="J"&F8

If this post helps click Yes
---------------
Jacob Skaria


"Darius" wrote:

In a cell F8 I have a number as for example: 3115
now in Cell M2 I want to say :
=J3115
Problem is this 3115 number may change, so how M2 value change the J row
number based on the new value?

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:46 AM.


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