Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ellebelle
 
Posts: n/a
Default convert number to letters

I have a list of consecutive dates in row 3:3.

In column J I will enter dates.

I would like a formula that takes the date I have entered in column J (eg.
J9) and searches row three for the matching date and then returns the value
in row 4 in the same column.

For a similar problem I used a combination of INDIRECT and MATCH.

=INDIRECT((MATCH(I9,3:3,0))&"4")

the problem is that match returns a numerical position instead of a column
letter. is there any way to convert a number to a coresponding letter? or
just a formula that will do what i want?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default convert number to letters

=INDEX(4:4,1,(MATCH(I9,3:3,0)))

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"ellebelle" wrote in message
...
I have a list of consecutive dates in row 3:3.

In column J I will enter dates.

I would like a formula that takes the date I have entered in column J (eg.
J9) and searches row three for the matching date and then returns the

value
in row 4 in the same column.

For a similar problem I used a combination of INDIRECT and MATCH.

=INDIRECT((MATCH(I9,3:3,0))&"4")

the problem is that match returns a numerical position instead of a column
letter. is there any way to convert a number to a coresponding letter? or
just a formula that will do what i want?



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
convert dates to number of days milk0s Excel Worksheet Functions 2 September 28th 05 01:31 PM
how can I convert numeric number into text firas Excel Discussion (Misc queries) 1 September 21st 05 07:05 PM
How do i convert number to wording Mohammad Irfan Excel Discussion (Misc queries) 2 August 19th 05 12:10 PM
Counting the number of letters in a cell beefycj5 Excel Discussion (Misc queries) 2 June 1st 05 08:28 PM
How can I convert a date into a week number... msbutton27 Excel Worksheet Functions 7 May 25th 05 09:44 PM


All times are GMT +1. The time now is 02:56 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"