Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Dmitry Kopnichev
 
Posts: n/a
Default How to replace column letter in refferences with a function using the old column letter?

Hello
How to replace column letter(s) (or column numbers) in refferences with a
result of a function using the old column letter(s) (or column numbers)?


  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

I think you mean

=INDIRECT(A1&7)

where A1 holds the letter in this instance.

--
HTH

Bob Phillips

"Dmitry Kopnichev" wrote in message
...
Hello
How to replace column letter(s) (or column numbers) in refferences with a
result of a function using the old column letter(s) (or column numbers)?




  #3   Report Post  
Dmitry Kopnichev
 
Posts: n/a
Default

Thanks for your reply.
How to change =C1 (any reference) to =INDIRECT(A1&1(the same row number)
automatically?
"Bob Phillips" сообщил/сообщила в
новостях следующее: ...
I think you mean

=INDIRECT(A1&7)

where A1 holds the letter in this instance.

--
HTH

Bob Phillips

"Dmitry Kopnichev" wrote in message
...
Hello
How to replace column letter(s) (or column numbers) in refferences with

a
result of a function using the old column letter(s) (or column numbers)?






  #4   Report Post  
Bob Phillips
 
Posts: n/a
Default

=INDIRECT(A1&ROW())

--
HTH

Bob Phillips

"Dmitry Kopnichev" wrote in message
...
Thanks for your reply.
How to change =C1 (any reference) to =INDIRECT(A1&1(the same row number)
automatically?
"Bob Phillips" сообщил/сообщила в
новостях следующее: ...
I think you mean

=INDIRECT(A1&7)

where A1 holds the letter in this instance.

--
HTH

Bob Phillips

"Dmitry Kopnichev" wrote in message
...
Hello
How to replace column letter(s) (or column numbers) in refferences

with
a
result of a function using the old column letter(s) (or column

numbers)?








  #5   Report Post  
Dmitry Kopnichev
 
Posts: n/a
Default

Thanks!
How to convert a column number to a corresponding column label, letter?
"Bob Phillips" сообщил/сообщила в
новостях следующее: ...
=INDIRECT(A1&ROW())

--
HTH

Bob Phillips

"Dmitry Kopnichev" wrote in message
...
Thanks for your reply.
How to change =C1 (any reference) to =INDIRECT(A1&1(the same row number)
automatically?
"Bob Phillips" сообщил/сообщила в
новостях следующее: ...
I think you mean

=INDIRECT(A1&7)

where A1 holds the letter in this instance.

--
HTH

Bob Phillips

"Dmitry Kopnichev" wrote in message
...
Hello
How to replace column letter(s) (or column numbers) in refferences

with
a
result of a function using the old column letter(s) (or column

numbers)?












  #6   Report Post  
Bob Phillips
 
Posts: n/a
Default

I use a simple UDF

'-----------------------------------------------------------------
Function ColumnLetter(Col As Long)
'-----------------------------------------------------------------
Dim sColumn As String
sColumn = Split(Columns(Col).Address(, False), ":")(1)
ColumnLetter = sColumn
End Function

--
HTH

Bob Phillips

"Dmitry Kopnichev" wrote in message
...
Thanks!
How to convert a column number to a corresponding column label, letter?
"Bob Phillips" сообщил/сообщила в
новостях следующее: ...
=INDIRECT(A1&ROW())

--
HTH

Bob Phillips

"Dmitry Kopnichev" wrote in message
...
Thanks for your reply.
How to change =C1 (any reference) to =INDIRECT(A1&1(the same row

number)
automatically?
"Bob Phillips" сообщил/сообщила в
новостях следующее: ...
I think you mean

=INDIRECT(A1&7)

where A1 holds the letter in this instance.

--
HTH

Bob Phillips

"Dmitry Kopnichev" wrote in message
...
Hello
How to replace column letter(s) (or column numbers) in refferences

with
a
result of a function using the old column letter(s) (or column

numbers)?












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 replace column letter in refferences with a function using the old column letter? Dmitry Kopnichev Links and Linking in Excel 6 October 13th 05 09:09 AM
Running total w/2 columns - Excel Anna / Ideal Excel Worksheet Functions 14 August 10th 05 04:28 PM
How to group similar column titles together???? vrk1 Excel Discussion (Misc queries) 2 April 30th 05 12:17 AM
Excel: How do I type a letter in a column and make a check mark a. BauerY Excel Worksheet Functions 3 March 24th 05 06:34 PM
How can I sort an entire spreadsheet from a list prod sorter Excel Worksheet Functions 4 November 17th 04 03:43 AM


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

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

About Us

"It's about Microsoft Excel"