minif

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

=MIN(IF(P3:Q3>0,P3:R3)

I am using CTRL,SHFT and ENTER to enter this formula as an array but it
won't except it MS Office 97 "

If I copy an old formula as above from worksheet setup in 98 as soon as I
enter array it does not accept it.
 
1. You are missing a parenthesis. the formula should be
=MIN(IF(P3:Q3>0,P3:R3)) <-- note the closing ")"

2. When using an array formula, the arrays must be the same size. You
have a 2-cell range in the first argument, then a 3-cell range in the
second. Either make the first argument "P3:R3" or reduce the second
one to "P3:Q3"


HTH,
JP
 
Hi JP Thanks for the response.

=MIN(IF(U3:V3>0,U3:V3)) My typo. Array will just not work on my PC "
Microsoft Office 2007 Pro". I have forwarded my worksheet to a few people and
it works with them but on my system.

Any suggestions


Andes
 
What do you mean "will just not work" or "it does not accept it"? You need
to give more information if you want help.

Do you get an error message; if so what? If you don't get an error
message, do you get a different result from what you expect? If so, what do
you get with which inputs and what did you expect? When you use
Control-Shift-Enter, does Excel put curly brackets {} around the formula in
the formula bar?

Are you trying to use Excel 97 or 2007? [You've mentioned both.]

Just one thought, does your Windows regional settings have a comma for a
list separator, or does it have a semi-colon?
 
Hi David thanks for the reply.

Thanks for the response.

I am using MS Office 97 Pro. I mean it just won't work. No error message. I
have sent the worksheet off to friends who have tried it and it works fine
with them but just won't work for me. It does not put the curly brackets in
at all. Set to use system separators.

When I enter CNTRL-SHFT-Entr it either tabs or shifts.

David Biddulph said:
What do you mean "will just not work" or "it does not accept it"? You need
to give more information if you want help.

Do you get an error message; if so what? If you don't get an error
message, do you get a different result from what you expect? If so, what do
you get with which inputs and what did you expect? When you use
Control-Shift-Enter, does Excel put curly brackets {} around the formula in
the formula bar?

Are you trying to use Excel 97 or 2007? [You've mentioned both.]

Just one thought, does your Windows regional settings have a comma for a
list separator, or does it have a semi-colon?
--
David Biddulph

Andes2U said:
Hi JP Thanks for the response.

=MIN(IF(U3:V3>0,U3:V3)) My typo. Array will just not work on my PC "
Microsoft Office 2007 Pro". I have forwarded my worksheet to a few people
and
it works with them but on my system.

Any suggestions


Andes
 
I'm not familiar with Excel 97. It worked in Excel XP (2002) and 2003.
Sorry I can't be of any further help here.


--JP
 

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