#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 126
Default CELL ADDRESS

I have the formula listed below running and I want to insert a column next to
it to locate the cell that the results come from.

=SUMPRODUCT(--(INVENTORY!$A$4:$A$3500=I7),--(INVENTORY!$B$4:$B$3500=I$2),(INVENTORY!$D$4:$D$35 00))


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default CELL ADDRESS

Assuming that there is only one instance of I7 and I2:

Entered as an array using the key combination of CTRL,SHIFT,ENTER (not just
ENTER):

=ADDRESS(MAX((Inventory!A4:A3500=I7)*(Inventory!B4 :B3500=I2)*(ROW(Inventory!D4:D3500))),4)

Biff

"Johnny" wrote in message
...
I have the formula listed below running and I want to insert a column next
to
it to locate the cell that the results come from.

=SUMPRODUCT(--(INVENTORY!$A$4:$A$3500=I7),--(INVENTORY!$B$4:$B$3500=I$2),(INVENTORY!$D$4:$D$35 00))




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
Address of Maximum value in Cell Session101 Excel Worksheet Functions 1 April 12th 06 09:06 PM
Cell Address Matching khalid Excel Worksheet Functions 1 December 27th 05 02:17 PM
Replace a spreadsheets named cells/ranges with exact cell address. David McRitchie Excel Discussion (Misc queries) 0 September 28th 05 08:59 PM
Copy cell format to cell on another worksht and update automatical kevinm Excel Worksheet Functions 21 May 19th 05 11:07 AM
How do I find the contents of a cell using the "ADDRESS" function. sweeney Excel Worksheet Functions 2 April 5th 05 03:23 AM


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