Expressions in function arguments

  • Thread starter Thread starter Allan
  • Start date Start date
A

Allan

Is there a way to make this statement legal?
=IRR((C5-B5;C6-B6;C7-B7;C8-B8))

It looks like expressions as arguments are not allowed.

";" is used instead of "," due to regional settings.
 
I don't suppose this would be satisfactory?:

=IRR(C5:C8-B5:B8)

--
Jim Rech
Excel MVP
| Is there a way to make this statement legal?
| =IRR((C5-B5;C6-B6;C7-B7;C8-B8))
|
| It looks like expressions as arguments are not allowed.
|
| ";" is used instead of "," due to regional settings.
 

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