Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
moviegrrl
 
Posts: n/a
Default Formula falling over in more than one cell


Hi, hope you can help me.
I'm trying to import information from one worksheet into a calendar -
if the date value fits, then info from cells on the same line should be
imported to the calendar page.

This formula
=IF(Sheet1!B:B=DATE(2006,5,30), CONCATENATE(Sheet1!D:D," ",
Sheet1!E:E," ", Sheet1!H:H," ", Sheet1!I:I, " ")," ")

works brilliantly, but only as that one function, if I change the date
to a previous or later one, I don't get a return value.
The formula isn't coming up with an error, but there's obviously
something going on that Excel doesn't like.

Any ideas?


--
moviegrrl
------------------------------------------------------------------------
moviegrrl's Profile: http://www.excelforum.com/member.php...o&userid=34790
View this thread: http://www.excelforum.com/showthread...hreadid=545462

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Formula falling over in more than one cell

Are you sure that the other date actually exists within the data?

--
HTH

Bob Phillips

(replace somewhere in email address with googlemail if mailing direct)

"moviegrrl" wrote
in message ...

Hi, hope you can help me.
I'm trying to import information from one worksheet into a calendar -
if the date value fits, then info from cells on the same line should be
imported to the calendar page.

This formula
=IF(Sheet1!B:B=DATE(2006,5,30), CONCATENATE(Sheet1!D:D," ",
Sheet1!E:E," ", Sheet1!H:H," ", Sheet1!I:I, " ")," ")

works brilliantly, but only as that one function, if I change the date
to a previous or later one, I don't get a return value.
The formula isn't coming up with an error, but there's obviously
something going on that Excel doesn't like.

Any ideas?


--
moviegrrl
------------------------------------------------------------------------
moviegrrl's Profile:

http://www.excelforum.com/member.php...o&userid=34790
View this thread: http://www.excelforum.com/showthread...hreadid=545462



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
moviegrrl
 
Posts: n/a
Default Formula falling over in more than one cell


Absolutely!
For each month I have a set of specific dates - they are all listed on
the Sheet that I'm trying to work with, they are all in correct date
formula and all I'm doing is copying the formula and changing the date
but with no luck.


Bob Phillips Wrote:
Are you sure that the other date actually exists within the data?

--
HTH

Bob Phillips

(replace somewhere in email address with googlemail if mailing direct)

"moviegrrl"
wrote
in message
...

Hi, hope you can help me.
I'm trying to import information from one worksheet into a calendar

-
if the date value fits, then info from cells on the same line should

be
imported to the calendar page.

This formula
=IF(Sheet1!B:B=DATE(2006,5,30), CONCATENATE(Sheet1!D:D," ",
Sheet1!E:E," ", Sheet1!H:H," ", Sheet1!I:I, " ")," ")

works brilliantly, but only as that one function, if I change the

date
to a previous or later one, I don't get a return value.
The formula isn't coming up with an error, but there's obviously
something going on that Excel doesn't like.

Any ideas?


--
moviegrrl

------------------------------------------------------------------------
moviegrrl's Profile:

http://www.excelforum.com/member.php...o&userid=34790
View this thread:

http://www.excelforum.com/showthread...hreadid=545462



--
moviegrrl
------------------------------------------------------------------------
moviegrrl's Profile: http://www.excelforum.com/member.php...o&userid=34790
View this thread: http://www.excelforum.com/showthread...hreadid=545462

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson
 
Posts: n/a
Default Formula falling over in more than one cell

Any chance that some of your dates may be text that looks like a date?

I'd one of the cells that looks like it should work (but doesn't) as a date.
Then reenter that date.

==
Any chance your dates include time?



moviegrrl wrote:

Absolutely!
For each month I have a set of specific dates - they are all listed on
the Sheet that I'm trying to work with, they are all in correct date
formula and all I'm doing is copying the formula and changing the date
but with no luck.

Bob Phillips Wrote:
Are you sure that the other date actually exists within the data?

--
HTH

Bob Phillips

(replace somewhere in email address with googlemail if mailing direct)

"moviegrrl"
wrote
in message
...

Hi, hope you can help me.
I'm trying to import information from one worksheet into a calendar

-
if the date value fits, then info from cells on the same line should

be
imported to the calendar page.

This formula
=IF(Sheet1!B:B=DATE(2006,5,30), CONCATENATE(Sheet1!D:D," ",
Sheet1!E:E," ", Sheet1!H:H," ", Sheet1!I:I, " ")," ")

works brilliantly, but only as that one function, if I change the

date
to a previous or later one, I don't get a return value.
The formula isn't coming up with an error, but there's obviously
something going on that Excel doesn't like.

Any ideas?


--
moviegrrl

------------------------------------------------------------------------
moviegrrl's Profile:

http://www.excelforum.com/member.php...o&userid=34790
View this thread:

http://www.excelforum.com/showthread...hreadid=545462


--
moviegrrl
------------------------------------------------------------------------
moviegrrl's Profile: http://www.excelforum.com/member.php...o&userid=34790
View this thread: http://www.excelforum.com/showthread...hreadid=545462


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
moviegrrl
 
Posts: n/a
Default Formula falling over in more than one cell


Nope, the dates are definately dates, and don't include time.

What is particularly weird is that it is only the one date (30th May)
that works, any other date doesn't. But they are all entered in the
same fashion and the formula in each cell is identical but for the date
change.
Frustrating isn't the word for it!


Dave Peterson Wrote:
Any chance that some of your dates may be text that looks like a date?

I'd one of the cells that looks like it should work (but doesn't) as a
date.
Then reenter that date.

==
Any chance your dates include time?



moviegrrl wrote:

Absolutely!
For each month I have a set of specific dates - they are all listed

on
the Sheet that I'm trying to work with, they are all in correct date
formula and all I'm doing is copying the formula and changing the

date
but with no luck.

Bob Phillips Wrote:
Are you sure that the other date actually exists within the data?

--
HTH

Bob Phillips

(replace somewhere in email address with googlemail if mailing

direct)

"moviegrrl"


wrote
in message
...

Hi, hope you can help me.
I'm trying to import information from one worksheet into a

calendar
-
if the date value fits, then info from cells on the same line

should
be
imported to the calendar page.

This formula
=IF(Sheet1!B:B=DATE(2006,5,30), CONCATENATE(Sheet1!D:D," ",
Sheet1!E:E," ", Sheet1!H:H," ", Sheet1!I:I, " ")," ")

works brilliantly, but only as that one function, if I change

the
date
to a previous or later one, I don't get a return value.
The formula isn't coming up with an error, but there's obviously
something going on that Excel doesn't like.

Any ideas?


--
moviegrrl


------------------------------------------------------------------------
moviegrrl's Profile:
http://www.excelforum.com/member.php...o&userid=34790
View this thread:
http://www.excelforum.com/showthread...hreadid=545462


--
moviegrrl

------------------------------------------------------------------------
moviegrrl's Profile:

http://www.excelforum.com/member.php...o&userid=34790
View this thread:

http://www.excelforum.com/showthread...hreadid=545462

--

Dave Peterson



--
moviegrrl
------------------------------------------------------------------------
moviegrrl's Profile: http://www.excelforum.com/member.php...o&userid=34790
View this thread: http://www.excelforum.com/showthread...hreadid=545462



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Formula falling over in more than one cell

Send me your workbook.

--
HTH

Bob Phillips

(replace somewhere in email address with googlemail if mailing direct)

"moviegrrl" wrote
in message ...

Nope, the dates are definately dates, and don't include time.

What is particularly weird is that it is only the one date (30th May)
that works, any other date doesn't. But they are all entered in the
same fashion and the formula in each cell is identical but for the date
change.
Frustrating isn't the word for it!


Dave Peterson Wrote:
Any chance that some of your dates may be text that looks like a date?

I'd one of the cells that looks like it should work (but doesn't) as a
date.
Then reenter that date.

==
Any chance your dates include time?



moviegrrl wrote:

Absolutely!
For each month I have a set of specific dates - they are all listed

on
the Sheet that I'm trying to work with, they are all in correct date
formula and all I'm doing is copying the formula and changing the

date
but with no luck.

Bob Phillips Wrote:
Are you sure that the other date actually exists within the data?

--
HTH

Bob Phillips

(replace somewhere in email address with googlemail if mailing

direct)

"moviegrrl"


wrote
in message
...

Hi, hope you can help me.
I'm trying to import information from one worksheet into a

calendar
-
if the date value fits, then info from cells on the same line

should
be
imported to the calendar page.

This formula
=IF(Sheet1!B:B=DATE(2006,5,30), CONCATENATE(Sheet1!D:D," ",
Sheet1!E:E," ", Sheet1!H:H," ", Sheet1!I:I, " ")," ")

works brilliantly, but only as that one function, if I change

the
date
to a previous or later one, I don't get a return value.
The formula isn't coming up with an error, but there's obviously
something going on that Excel doesn't like.

Any ideas?


--
moviegrrl


------------------------------------------------------------------------
moviegrrl's Profile:
http://www.excelforum.com/member.php...o&userid=34790
View this thread:
http://www.excelforum.com/showthread...hreadid=545462


--
moviegrrl

------------------------------------------------------------------------
moviegrrl's Profile:

http://www.excelforum.com/member.php...o&userid=34790
View this thread:

http://www.excelforum.com/showthread...hreadid=545462

--

Dave Peterson



--
moviegrrl
------------------------------------------------------------------------
moviegrrl's Profile:

http://www.excelforum.com/member.php...o&userid=34790
View this thread: http://www.excelforum.com/showthread...hreadid=545462



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
assign formula to another cell Dannycol Excel Worksheet Functions 3 May 12th 06 09:46 PM
Custom functions calculating time arguments Help Desperate Bill_De Excel Worksheet Functions 12 April 25th 06 02:22 AM
Urgent date/scheduling calc needed jct Excel Worksheet Functions 3 February 24th 06 01:36 AM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM


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