Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Reignman
 
Posts: n/a
Default Index needs a little help


OK ... I'm using this to find and return a particular cell that matches
the given criteria ...

=INDEX($E$34:$E$545,MATCH(1,($D$34:$D$545=1)*($G$3 4:$G$545=AL1),0))

it works perfect for doing just that, but it needs a little more. I
need it to return the word "blank" if the cell it's referencing is
empty, and if it isn't empty then to just go ahead and return what is
in the cell. Thanks


--
Reignman
------------------------------------------------------------------------
Reignman's Profile: http://www.excelforum.com/member.php...o&userid=21023
View this thread: http://www.excelforum.com/showthread...hreadid=385113

  #2   Report Post  
Max
 
Posts: n/a
Default

Try, array-entered (i.e. press CTRL+SHIFT+ENTER):
=IF(ISNA(MATCH(1,($D$34:$D$545=1)*($G$34:$G$545=AL 1),0)),"blank",INDEX($E$34
:$E$545,MATCH(1,($D$34:$D$545=1)*($G$34:$G$545=AL1 ),0)))

--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"Reignman" wrote in
message ...

OK ... I'm using this to find and return a particular cell that matches
the given criteria ...

=INDEX($E$34:$E$545,MATCH(1,($D$34:$D$545=1)*($G$3 4:$G$545=AL1),0))

it works perfect for doing just that, but it needs a little more. I
need it to return the word "blank" if the cell it's referencing is
empty, and if it isn't empty then to just go ahead and return what is
in the cell. Thanks


--
Reignman
------------------------------------------------------------------------
Reignman's Profile:

http://www.excelforum.com/member.php...o&userid=21023
View this thread: http://www.excelforum.com/showthread...hreadid=385113



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
cell color index comparison MINAL ZUNKE New Users to Excel 1 June 30th 05 07:11 AM
Min formula not returning value from Index ExcelMonkey Excel Worksheet Functions 3 January 29th 05 01:47 AM
how do i turn the help index on again? yukk Excel Discussion (Misc queries) 1 January 21st 05 11:07 PM
Vlookup, Index & Match Phyllis Excel Worksheet Functions 1 November 8th 04 06:11 PM
index to a range of cells Frank Kabel Excel Worksheet Functions 0 October 27th 04 05:39 PM


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