Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Array formula returns blank in the cell where it is entered

Hello. Has anyone had the problem where an array formula appears blank
within the cell? For example, I have the following array formula in
cell G8:

=INDEX(H8:AF8,MATCH(TRUE, H8:AF8<0,0))

I am trying to find the first value within a row of blank cells and
only a few non-blank cells. After entering the formual and hitting
CTRL-SHIFT-ENTER to activate the array, the cell is blank. Clicking
the cell shows the formula in the address bar, but there is no result.
The cell appears blank when not active. This exact formula works in
another spreadsheet, but obviously is not working in my current
spreadsheet. The only difference is that the working spreadsheet was
created in an older version of excel and the current spreadsheet is in
v2003. Thanks.

-Steve

ps - the following is the working formula from another spreadsheet.

=INDEX(B13:AK13, MATCH(TRUE, B13:AK13<0,0))

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Array formula returns blank in the cell where it is entered

There could be whitespaces within the range H8:AF8
Perhaps try it with a TRIM as (array-entered):
=INDEX(H8:AF8,MATCH(TRUE,TRIM(H8:AF8)<"",0))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
" wrote:
Hello. Has anyone had the problem where an array formula appears blank
within the cell? For example, I have the following array formula in
cell G8:

=INDEX(H8:AF8,MATCH(TRUE, H8:AF8<0,0))

I am trying to find the first value within a row of blank cells and
only a few non-blank cells. After entering the formual and hitting
CTRL-SHIFT-ENTER to activate the array, the cell is blank. Clicking
the cell shows the formula in the address bar, but there is no result.
The cell appears blank when not active. This exact formula works in
another spreadsheet, but obviously is not working in my current
spreadsheet. The only difference is that the working spreadsheet was
created in an older version of excel and the current spreadsheet is in
v2003. Thanks.

-Steve

ps - the following is the working formula from another spreadsheet.

=INDEX(B13:AK13, MATCH(TRUE, B13:AK13<0,0))


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
Lookup Data in two seperate Spreadsheets Padraig Excel Worksheet Functions 6 June 28th 06 03:05 PM
VLOOKUP CONDITION TO RETURN BLANK CELL WHERE LOOKUP VALUE IS NOT IN TABLE ARRAY Scott Lolmaugh Excel Worksheet Functions 3 March 9th 06 11:05 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
How do I leave formula cell blank if 2nd reference cell is empty? Liana S Excel Discussion (Misc queries) 2 October 21st 05 04:38 PM
adding a formula in a cell but when cell = 0 cell is blank Mike T Excel Worksheet Functions 5 May 31st 05 01:08 AM


All times are GMT +1. The time now is 05:07 AM.

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"