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  

########?



 
 
Thread Tools Display Modes
  #1  
Old September 9th, 2004, 03:18 AM
bill gras
external usenet poster
 
Posts: n/a
Default ########?

please help
I have a array formula as follows
=INDEX(st5!$C$1:$C$1800,SMALL(IF(st5!$A$1:$A$1800 =D4,ROW
(st5!$A$1:$A$1800)),ROW(st5!$1:$1)))
when there is no value in the cell it returns ##### is
there a way that this can be fixed so a blank cell can be
seen?
thanking you all!
.
sory frank your formula did not work

can you please try again
thank you
..


  #2  
Old September 9th, 2004, 03:40 AM
Harlan Grove
external usenet poster
 
Posts: n/a
Default

"bill gras" wrote...
please help
I have a array formula as follows
=INDEX(st5!$C$1:$C$1800,SMALL(IF(st5!$A$1:$A$180 0=D4,ROW
(st5!$A$1:$A$1800)),ROW(st5!$1:$1)))
when there is no value in the cell it returns ##### is
there a way that this can be fixed so a blank cell can be
seen?


sory frank your formula did not work
can you please try again


Frank's suggestion works as long as you fill in the blanks (or elipses). How
did it not work?

Reformatting your formula

=INDEX(st5!$C$1:$C$1800,SMALL(IF(st5!$A$1:$A$1800= D4,
ROW(st5!$A$1:$A$1800)),ROW(st5!$1:$1)))

If you're trying to mask only blanks values, try the array formula

=IF(COUNT(IF(st5!$A$1:$A$1800=D4,st5!$C$1:$C$1800) )=ROW(st5!$1:$1),
INDEX(st5!$C$1:$C$1800,SMALL(IF(st5!$A$1:$A$1800=D 4,
ROW(st5!$A$1:$A$1800)),ROW(st5!$1:$1))),"")


  #3  
Old September 9th, 2004, 05:22 AM
bill gras
external usenet poster
 
Posts: n/a
Default


-----Original Message-----
please help
I have a array formula as follows
=INDEX(st5!$C$1:$C$1800,SMALL(IF(st5!$A$1:$A$180 0=D4,ROW
(st5!$A$1:$A$1800)),ROW(st5!$1:$1)))
when there is no value in the cell it returns ##### is
there a way that this can be fixed so a blank cell can

be
seen?
thanking you all!
.
sory frank your formula did not work

=IF(ISERROR(INDEX(...)),"",INDEX(...)) (sorry i left your
formula out)
can you please try again
thank you
..


.

  #4  
Old September 9th, 2004, 07:04 AM
Frank Kabel
external usenet poster
 
Posts: n/a
Default

Hi
as Harlan said you have to fill in your formula for INDEX(...)

--
Regards
Frank Kabel
Frankfurt, Germany


bill gras wrote:
please help
I have a array formula as follows
=INDEX(st5!$C$1:$C$1800,SMALL(IF(st5!$A$1:$A$1800= D4,ROW
(st5!$A$1:$A$1800)),ROW(st5!$1:$1)))
when there is no value in the cell it returns ##### is
there a way that this can be fixed so a blank cell can be
seen?
thanking you all!
.
sory frank your formula did not work

can you please try again
thank you
.

 




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 10:43 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.