Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 273
Default =IF(AND(' Job Duties Description'!S50,' Job Duties Description'!S5

I enter this formula and I get a #value error.
=IF(AND(' Job Duties Description'!S50,' Job Duties Description'!S59),"XX", "
").

How do I get "XX" instead of having a number value.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default =IF(AND(' Job Duties Description'!S50,' Job Duties Description'!S5

What is in those two cells?

Maybe you can clean up those cells first if they contain errors.

Chad wrote:

I enter this formula and I get a #value error.
=IF(AND(' Job Duties Description'!S50,' Job Duties Description'!S59),"XX", "
").

How do I get "XX" instead of having a number value.


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default =IF(AND(' Job Duties Description'!S50,' Job Duties Description'!S5

Your formula is correct in syntax. Do both cells S50 and S59 contain
TRUE/FALSE or 1/0 values? Another possible error is if your sheet names do
not actually have a space at beginning of name, but since you got the #VALUE
error, I'm leaning more toward you not having the correct types of logicals
in S50 and S59.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Chad" wrote:

I enter this formula and I get a #value error.
=IF(AND(' Job Duties Description'!S50,' Job Duties Description'!S59),"XX", "
").

How do I get "XX" instead of having a number value.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 175
Default =IF(AND(' Job Duties Description'!S50,' Job Duties Description'!S5

your formula is correct, it return XX if there are number in either one of the
cells, S50 or S59 and return #Value if nothing in there.

check that the cells contain real numbers, re-enter the number again or in a
unused column enter =ISTEXT(S50) and if it return TRUE, it is text.

If the cells contain real numbers, use this to return a blank if there are
no numbers
in both cells. Check if your Sheet name contain a space in front, if not
remove the space in front of the ' Job in the formula.

=IF(ISERROR(AND(' Job Duties Description'!S50,'Job Duties
Description'!S59)),"",IF(AND(' Job Duties Description'!S50,'Job Duties
Description'!S59),"XX",""))
--
Hope this is helpful

Pls click the Yes button below if this post provide answer you have asked

Thank You

cheers, francis

Am not a greek but an ordinary user trying to assist another



"Chad" wrote:

I enter this formula and I get a #value error.
=IF(AND(' Job Duties Description'!S50,' Job Duties Description'!S59),"XX", "
").

How do I get "XX" instead of having a number value.

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
COMPLETE DESCRIPTION Pascale Excel Discussion (Misc queries) 1 December 21st 07 12:31 PM
max in on column, description in another [email protected] Excel Worksheet Functions 2 April 24th 07 01:21 AM
Put help/description in formulas (XLA) Rodrigo Ferreira Excel Discussion (Misc queries) 3 September 19th 06 09:43 PM
Parameter description Davids Excel Worksheet Functions 1 May 2nd 05 12:09 PM
Description box in excel Schmyerlou Excel Discussion (Misc queries) 1 December 1st 04 07:07 PM


All times are GMT +1. The time now is 01:08 PM.

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"