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  

Array formula



 
 
Thread Tools Display Modes
  #1  
Old August 4th, 2008, 07:56 PM posted to microsoft.public.excel.worksheet.functions
Sandy
external usenet poster
 
Posts: 924
Default Array formula

Hello Folks,
I am using the following array formula:
{INDEX(C$2:C$8800,MATCH(1,IF($A$2:$A$88800=$Y2,IF( $S$2:$S$8800=$AA2,1)),0))}

The formula returns a Date/Time and I would like to add 1 hour to the return.

Thanks

  #2  
Old August 4th, 2008, 07:59 PM posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom[_2_]
external usenet poster
 
Posts: 963
Default Array formula

=Your_formula+(1/24)

format as date and time

--


Regards,


Peo Sjoblom

"Sandy" wrote in message
...
Hello Folks,
I am using the following array formula:
{INDEX(C$2:C$8800,MATCH(1,IF($A$2:$A$88800=$Y2,IF( $S$2:$S$8800=$AA2,1)),0))}

The formula returns a Date/Time and I would like to add 1 hour to the
return.

Thanks



  #3  
Old August 4th, 2008, 08:02 PM posted to microsoft.public.excel.worksheet.functions
Rick Rothstein \(MVP - VB\)[_1024_]
external usenet poster
 
Posts: 1
Default Array formula

Just add +1/24 to the end of what you have (don't forget to use
Ctrl+Shift+Enter to commit the new formula.

Rick


"Sandy" wrote in message
...
Hello Folks,
I am using the following array formula:
{INDEX(C$2:C$8800,MATCH(1,IF($A$2:$A$88800=$Y2,IF( $S$2:$S$8800=$AA2,1)),0))}

The formula returns a Date/Time and I would like to add 1 hour to the
return.

Thanks


  #4  
Old August 4th, 2008, 08:03 PM posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
 
Posts: 15,759
Default Array formula

Try this (still array entered):

=INDEX(C$2:C$8800,MATCH(1,($A$2:$A$8800=$Y2)*($S$2 :$S$8800=$AA2),0))+TIME(1,0,0)


--
Biff
Microsoft Excel MVP


"Sandy" wrote in message
...
Hello Folks,
I am using the following array formula:
{INDEX(C$2:C$8800,MATCH(1,IF($A$2:$A$88800=$Y2,IF( $S$2:$S$8800=$AA2,1)),0))}

The formula returns a Date/Time and I would like to add 1 hour to the
return.

Thanks



 




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:08 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.