Help with Formulas please!!!

  • Thread starter Thread starter certain_death
  • Start date Start date
C

certain_death

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
;)
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top