R
Rf
I was working on a sheet the other day trying to use if
(and(<arguments here>)) on an array formula but could not
get the appropriate results. I talked to someone else
where I work who also commented that their existing array
formulas that worked before the XP version of Excel, now
no longer work. Is there something new in the syntax? I
didnt see anything in help.
Here are the specifics: 2 worksheets, 2 lookup values
(need to match both), 1 return value.
Sheet1
cust# chain# Sales$
10 15 $5
Sheet2
cust# chain# Sales$
10 15 ={(if(and(sheett2!a2=sheet1!a2:axx,
sheet1!b2=sheet1!b2:bxx),sheet1:c1),"nomatch")}
I typed this formula by hand, so ti may not be correct
here, but it was correct in my sheet because this formula
would always return the text string and not the $amt from
the Sales$ column.
Any ideas?
Thanks
Rf
(and(<arguments here>)) on an array formula but could not
get the appropriate results. I talked to someone else
where I work who also commented that their existing array
formulas that worked before the XP version of Excel, now
no longer work. Is there something new in the syntax? I
didnt see anything in help.
Here are the specifics: 2 worksheets, 2 lookup values
(need to match both), 1 return value.
Sheet1
cust# chain# Sales$
10 15 $5
Sheet2
cust# chain# Sales$
10 15 ={(if(and(sheett2!a2=sheet1!a2:axx,
sheet1!b2=sheet1!b2:bxx),sheet1:c1),"nomatch")}
I typed this formula by hand, so ti may not be correct
here, but it was correct in my sheet because this formula
would always return the text string and not the $amt from
the Sales$ column.
Any ideas?
Thanks
Rf