Share via

Excel, problem with a formula

Anonymous
2018-11-10T11:32:06+00:00

=C16*(MMULT(M,MMULT(M,MMULT(M,MMULT(M,MMULT(M,MMULT(M,MMULT(M,MMULT(M,M)))))))))-(E16*(M,MMULT(M,MMULT(M,MMULT(M,MMULT(M,M))))))+(D17*(M))-(E18*I)

when I click CTRL+SHIFT+ENTER it says:

There's a problem with this formula.

Not trying to type a foruma?

When the first charcter is an equal(=) or minus (-) sign, Excel thinks it's a formula.

you type: =1=1, cell shows : 2

To get around this, type an apostrphe (') firts:

you type: '=1=1, cell shows: =1+1

What's wrong with the formula? How do I make it work?

Thank you

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Andreas Killer 144.1K Reputation points Volunteer Moderator
2018-11-10T13:09:44+00:00

Why so complicated?

At first correct the named range I to K16:M16 (your I includes the heading).

C22:E24: {=1*M^8-2*M^4+4*M-5*I}

Andreas.

Was this answer helpful?

2 people found this answer helpful.
0 comments No comments

Answer accepted by question author

Anonymous
2018-11-10T13:20:20+00:00

Hi,

In formula you given in first post I think that M given in red is wrong.

=C16*(MMULT(M,MMULT(M,MMULT(M,MMULT(M,MMULT(M,MMULT(M,MMULT(M,MMULT(M,M)))))))))-(E16*(M,MMULT(M,MMULT(M,MMULT(M,MMULT(M,M))))))+(D17*(M))-(E18*I)

As for the second post I think you will need to apply the following formula. Initially select cells C22:E24 and then apply the formula. This formula will need to be applied with Ctrl+Shift+Enter.

=((C16:E18)*(G16:I18))^8-2*((C16:E18)*(G16:I18))^4+4*((C16:E18)*(G16:I18))-5*(K16:M18)

The Matrix M will need to be filled with the appropriate values (as shown on the printscreen given above).

Hope this hepls. If yes, please don't forget to mark my reply as Answer.

IlirU

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

9 additional answers

Sort by: Most helpful
  1. Anonymous
    2018-11-10T12:21:31+00:00

    Hi,

    Seen the complexity to rebuild, can you share the workbook? Remove all confidential data before sharing .

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2018-11-10T11:51:30+00:00

    Hello

    M and I are matrices

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2018-11-10T11:38:08+00:00

    Hi,

    What is M & I in the formula?

    Was this answer helpful?

    0 comments No comments