PC Review


Reply
Thread Tools Rate Thread

Cell keeps give me an #valid error

 
 
=?Utf-8?B?TWluZGll?=
Guest
Posts: n/a
 
      14th Feb 2005
I am trying to input this formual and I keep getting an #valid error. I know
that I am typing it right. Ex - =CONCATENATE(IF(Monday!R5="4D","EST
4D",Monday!R5),"
",IF(Monday!F5=B57:B60,"X",Monday!F5)+OR(Monday!F5=B64:B68,"Y",Monday!F5),"
",Monday!$D5). I know that I am typing the formual in correctly or is it
that Excel cannot handle that many different strings?

 
Reply With Quote
 
 
 
 
=?Utf-8?B?VkJBIERhYmJsZXI=?=
Guest
Posts: n/a
 
      14th Feb 2005
I don't think it's a string limitation........

I see the reference to 'Monday!F5=B57:B60' and 'Monday!F5=B64:B68' in your
formula. I believe a multiple cell range will not resolve with these
formulae. If you are trying to get confirmation that all cells in each range
contain the desired value, you need to try a different approach.

"Mindie" wrote:

> I am trying to input this formual and I keep getting an #valid error. I know
> that I am typing it right. Ex - =CONCATENATE(IF(Monday!R5="4D","EST
> 4D",Monday!R5),"
> ",IF(Monday!F5=B57:B60,"X",Monday!F5)+OR(Monday!F5=B64:B68,"Y",Monday!F5),"
> ",Monday!$D5). I know that I am typing the formual in correctly or is it
> that Excel cannot handle that many different strings?
>

 
Reply With Quote
 
Tom Ogilvy
Guest
Posts: n/a
 
      14th Feb 2005
concatenate doesn't work with single cell array formulas/arrays.


if entered across 4 cells in a single row, this would produce
1A 2B 3C 4D respectively in the 4 cells

=CONCATENATE({1,2,3,4},{"A","B","C","D"})

If doesn't produce 1234ABCD or 1A2B3C4D in a single cell.

--
Regards,
Tom Ogilvy


"Mindie" <(E-Mail Removed)> wrote in message
news:452B426D-C10A-4579-9128-(E-Mail Removed)...
> I am trying to input this formual and I keep getting an #valid error. I

know
> that I am typing it right. Ex - =CONCATENATE(IF(Monday!R5="4D","EST
> 4D",Monday!R5),"
>

",IF(Monday!F5=B57:B60,"X",Monday!F5)+OR(Monday!F5=B64:B68,"Y",Monday!F5),"
> ",Monday!$D5). I know that I am typing the formual in correctly or is it
> that Excel cannot handle that many different strings?
>



 
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
How to give an error message if a cell value entered is larger than permitted Colin Hayes Microsoft Excel Misc 7 16th May 2007 02:39 PM
How can I give an assembly a valid strong name steve bull Microsoft C# .NET 2 14th Nov 2005 09:30 AM
GPRESULT give me NO VALID NAME SPACES Fabrice C Windows XP Setup 0 29th Oct 2003 04:35 PM
GPRESULT give me NO VALID NAME SPACES Fabrice C Windows XP Security 0 29th Oct 2003 04:35 PM
Want to be able to click on a cell and have a list box appear to give values to populate a cell Richard Zellmer Microsoft Excel Discussion 2 16th Sep 2003 11:12 PM


Features
 

Advertising
 

Newsgroups
 


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