PC Review


Reply
Thread Tools Rate Thread

Cell address

 
 
LaDdIe
Guest
Posts: n/a
 
      20th Mar 2008
Hiya,

I have this in cell A319:
=ADDRESS(MATCH(Date,A1:A312,0),MATCH(Name,A1:AF1,0),4)

Which, just as an example returns B312.

In cell A320 I need a formula to returns the above B312 increased by 2
columns, as an example this would result in D312 in Cell A320.

(May have post this question twice in a few mins due to an error, sorry)

Happy Easter Holidays

LaDDie
 
Reply With Quote
 
 
 
 
AD
Guest
Posts: n/a
 
      20th Mar 2008
Hello,

Just add 2 to the column parameter of the address function,


=ADDRESS(MATCH(Date,A1:A312,0),MATCH(Name,A1:AF1,0) +2 ,4)


HTH

AD108


"LaDdIe" <(E-Mail Removed)> wrote in message
news:96F17DFA-3B84-4B20-83FA-(E-Mail Removed)...
> Hiya,
>
> I have this in cell A319:
> =ADDRESS(MATCH(Date,A1:A312,0),MATCH(Name,A1:AF1,0),4)
>
> Which, just as an example returns B312.
>
> In cell A320 I need a formula to returns the above B312 increased by 2
> columns, as an example this would result in D312 in Cell A320.
>
> (May have post this question twice in a few mins due to an error, sorry)
>
> Happy Easter Holidays
>
> LaDDie



 
Reply With Quote
 
LaDdIe
Guest
Posts: n/a
 
      24th Mar 2008
Thanks AD
So simple? & works a treat.

"AD" wrote:

> Hello,
>
> Just add 2 to the column parameter of the address function,
>
>
> =ADDRESS(MATCH(Date,A1:A312,0),MATCH(Name,A1:AF1,0) +2 ,4)
>
>
> HTH
>
> AD108
>
>
> "LaDdIe" <(E-Mail Removed)> wrote in message
> news:96F17DFA-3B84-4B20-83FA-(E-Mail Removed)...
> > Hiya,
> >
> > I have this in cell A319:
> > =ADDRESS(MATCH(Date,A1:A312,0),MATCH(Name,A1:AF1,0),4)
> >
> > Which, just as an example returns B312.
> >
> > In cell A320 I need a formula to returns the above B312 increased by 2
> > columns, as an example this would result in D312 in Cell A320.
> >
> > (May have post this question twice in a few mins due to an error, sorry)
> >
> > Happy Easter Holidays
> >
> > LaDDie

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Return cell address of a cell based on contents of cell. Danny Microsoft Excel Worksheet Functions 4 15th Nov 2008 03:11 AM
Excel - cell address inside formula as text from other cell kris.krzysiek@gmail.com Microsoft Excel Discussion 5 30th Jan 2008 12:58 AM
find last cell in range with data, display cell address =?Utf-8?B?c2V2aTYx?= Microsoft Excel Worksheet Functions 14 29th Oct 2007 08:36 PM
How make hyperlink refer to cell content rather than cell address. =?Utf-8?B?T211bmVuZQ==?= Microsoft Excel Misc 3 2nd Mar 2006 01:07 AM
store cell contents and cell address for comparsion & suming =?Utf-8?B?SmltIFdoZWxjaGVs?= Microsoft Excel Programming 1 24th Nov 2004 04:03 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:03 PM.