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  

Adding an Offset to a Column Value



 
 
Thread Tools Display Modes
  #1  
Old April 17th, 2004, 06:56 PM
SidBord
external usenet poster
 
Posts: n/a
Default Adding an Offset to a Column Value

I often have a formula executing on one sheet referring to
data on another sheet. My problem is that, while I can
determine the column letter of one column, I don't know a
clean way to apecify the column letter that is, say, 2
columns over from the column I start with. In other words,
I want to add a column offset to a known column letter, but
letters don't add well. If I use the Column function, it
returns a number, not a letter. I can add the offset to
that number, but then I can't get the letter equivalent to
the result.
How do you convert a column number into a column letter??
  #2  
Old April 17th, 2004, 07:01 PM
Frank Kabel
external usenet poster
 
Posts: n/a
Default Adding an Offset to a Column Value

Hi
try something like
=OFFSET($A$1,0,3)
to get the value from D1

--
Regards
Frank Kabel
Frankfurt, Germany


SidBord wrote:
I often have a formula executing on one sheet referring to
data on another sheet. My problem is that, while I can
determine the column letter of one column, I don't know a
clean way to apecify the column letter that is, say, 2
columns over from the column I start with. In other words,
I want to add a column offset to a known column letter, but
letters don't add well. If I use the Column function, it
returns a number, not a letter. I can add the offset to
that number, but then I can't get the letter equivalent to
the result.
How do you convert a column number into a column letter??

  #3  
Old April 17th, 2004, 07:21 PM
external usenet poster
 
Posts: n/a
Default Adding an Offset to a Column Value

Thanx, Frank. I knew there had to be something simple.
-----Original Message-----
Hi
try something like
=OFFSET($A$1,0,3)
to get the value from D1

--
Regards
Frank Kabel
Frankfurt, Germany


SidBord wrote:
I often have a formula executing on one sheet referring to
data on another sheet. My problem is that, while I can
determine the column letter of one column, I don't know a
clean way to apecify the column letter that is, say, 2
columns over from the column I start with. In other words,
I want to add a column offset to a known column letter, but
letters don't add well. If I use the Column function, it
returns a number, not a letter. I can add the offset to
that number, but then I can't get the letter equivalent to
the result.
How do you convert a column number into a column letter??

.

 




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 11:48 PM.


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