Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default field not showing return value

I've edited the Employee shift Schedule4 template for my own needs.
The formula =SUM(IF(ISTEXT(C6:K6),1,0)) shows the correct value when I check
it through the function operation, but the field always shows "0" regardless
of the values in the string.

Can someone give me a hint about what's going on here? I've tried changing
the cell format to number, general, etc. but no cigar.

thanx!
--
JJ Runnion
IT Support
Embry-Riddle Aeronautical University
Prescott, AZ

  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default field not showing return value

=SUM(IF(ISTEXT(C6:K6),1,0))

The above is an array formula & needs to be "array-entered" ie you need to
press CTRL+SHIFT+ENTER [CSE] to confirm the formula (instead of just pressing
ENTER). If you did this confirmation correctly, you should see Excel wrap
curly braces: { } around the formula in the formula bar. If you don't see it,
click inside the formula bar and try the CSE again.

Maybe easier here to use this alternative,
which doesn't require array-entry:
=SUMPRODUCT(--(ISTEXT(C6:K6)))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"JJ Runnion" wrote:
I've edited the Employee shift Schedule4 template for my own needs.
The formula =SUM(IF(ISTEXT(C6:K6),1,0)) shows the correct value when I check
it through the function operation, but the field always shows "0" regardless
of the values in the string.

Can someone give me a hint about what's going on here? I've tried changing
the cell format to number, general, etc. but no cigar.

thanx!
--
JJ Runnion
IT Support
Embry-Riddle Aeronautical University
Prescott, AZ

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default field not showing return value

thanx!

that's the problem with using someone else's template -- especially for
Excel challenged sould like me :-)
--
JJ Runnion
IT Support
Embry-Riddle Aeronautical University
Prescott, AZ



"Max" wrote:

=SUM(IF(ISTEXT(C6:K6),1,0))


The above is an array formula & needs to be "array-entered" ie you need to
press CTRL+SHIFT+ENTER [CSE] to confirm the formula (instead of just pressing
ENTER). If you did this confirmation correctly, you should see Excel wrap
curly braces: { } around the formula in the formula bar. If you don't see it,
click inside the formula bar and try the CSE again.

Maybe easier here to use this alternative,
which doesn't require array-entry:
=SUMPRODUCT(--(ISTEXT(C6:K6)))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"JJ Runnion" wrote:
I've edited the Employee shift Schedule4 template for my own needs.
The formula =SUM(IF(ISTEXT(C6:K6),1,0)) shows the correct value when I check
it through the function operation, but the field always shows "0" regardless
of the values in the string.

Can someone give me a hint about what's going on here? I've tried changing
the cell format to number, general, etc. but no cigar.

thanx!
--
JJ Runnion
IT Support
Embry-Riddle Aeronautical University
Prescott, AZ

  #4   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default field not showing return value

Welcome, glad it helped.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"JJ Runnion" wrote in message
...
thanx!

that's the problem with using someone else's template -- especially for
Excel challenged soul like me :-)




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
pivot table showing row field with no value Jaimed1010 Excel Discussion (Misc queries) 1 August 17th 07 02:05 AM
Data in Excel not showing up after leaving that field ReneeC Excel Discussion (Misc queries) 1 March 6th 07 09:56 PM
How to display a numeric field showing all 5 characters. ibbm Excel Worksheet Functions 2 April 28th 06 01:37 AM
pivot table not showing field list bobteixeira Excel Worksheet Functions 0 March 16th 06 01:46 PM
How do I move rows showing a specific field to other worksheets/. jmp Excel Discussion (Misc queries) 0 March 4th 05 04:27 AM


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