Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
certain_death
 
Posts: n/a
Default Help with Formulas please!!!


Hi all

I need some help with formulas please.

Here's what I need:-

I need a formula that will lookup and match 2 criteria from a different
worksheet (however the cells on that worksheet are constantly moving row
numbers so I cannot reference it to one cell) and then return a value on
the same row but in antoher column.

Have tried this formula but not working properly!!

{=(SUM(IF((L:Z=C11)*(N85:Y85=I6),L95:Y95)))}

What am I doing wrong or can anyone provide a solution??

Be very grateful for any help please!!

Thanks
;)


--
certain_death
------------------------------------------------------------------------
certain_death's Profile: http://www.excelforum.com/member.php...o&userid=24561
View this thread: http://www.excelforum.com/showthread...hreadid=381524

  #2   Report Post  
Jerry W. Lewis
 
Posts: n/a
Default

1. array formulas cannot refer to an entire column.
2. when multiplying arrays, they must share the same number of rows
and/or columns (if not both, then the other dimension must be 1 on one
of the two arrays)
3. if the non-one dimension of the return array is smaller than the
corresponding dimension of the condition array, then it will be padded
with #N/A error values that will propagate into your sum.

Jerry

certain_death wrote:

Hi all

I need some help with formulas please.

Here's what I need:-

I need a formula that will lookup and match 2 criteria from a different
worksheet (however the cells on that worksheet are constantly moving row
numbers so I cannot reference it to one cell) and then return a value on
the same row but in antoher column.

Have tried this formula but not working properly!!

{=(SUM(IF((L:Z=C11)*(N85:Y85=I6),L95:Y95)))}

What am I doing wrong or can anyone provide a solution??

Be very grateful for any help please!!

Thanks
;)


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
Help, Urgent Excel Formulas are not calculating maashoff Excel Discussion (Misc queries) 1 May 3rd 05 12:25 AM
Problem with named formula's nathan Excel Worksheet Functions 0 January 21st 05 04:07 PM
How to make Excel run limited number of formulas on a given worksh John Excel Discussion (Misc queries) 0 January 12th 05 04:29 PM
Way to make Excel only run certain formulas on a worksheet? jrusso Excel Discussion (Misc queries) 0 January 12th 05 04:23 PM
calculating formulas for all workbooks in a folder Chad Excel Worksheet Functions 3 November 13th 04 05:22 PM


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