17

I need to call LINEST in Excel 2011 for Mac, I would say - this was a detective story. My laziness, my curiosity, all was here! I had a homework from university course to use LINEST.

I even stopped trying to do so on MAC, because after googling I could not find any solution how to do it. (I have tried EACH AND EVERY combination of Fn Ctrl Alt Cmd Return!)

Finally, I found a solution here on stack overflow! I want to mention it again, as it was a long time I spent looking for the solution. I have spent 4 days outside of home, to use just windows PC where it is easy as a pie - F2, CTRL+SHIFT+ENTER.

If you want to check if I tell truth - go to HELP in Excel for Mac, type array formula, find LINEST and look at the solution combination!

The solution: select the range, press CONTROL+U and then press +RETURN.

Here is the link to the original post: Excel formulas giving #VALUE! error when ported to Mac

Community
  • 1
  • 1
Ievgenii
  • 477
  • 1
  • 5
  • 13
  • 3
    A detective novel indeed could be written about this non-sense. Ah if only documentation was well written... – David Mar 14 '16 at 14:31

7 Answers7

33

This doesn't seem to work in Mac Excel 2016. After a bit of digging, it looks like the key combination for entering the array formula has changed from +RETURN to CTRL+SHIFT+RETURN.

damien_papworth
  • 339
  • 3
  • 2
7

Select the range, press CONTROL+U and then press +RETURN.


ZygD
  • 22,092
  • 39
  • 79
  • 102
Ievgenii
  • 477
  • 1
  • 5
  • 13
  • I think this answer can and should be improved. **a)** The described actions do not lead to reasonable results if executed in the given order (you'll end up editing a cell that's part of the selected range) **b)** It misses important information, specifically that editing an array formula has to be finished by pressing ⌘ + RETURN **always** otherwise the formula will be interpreted as a simple formular again (and likely result in an #VALUE! error). – Daniel K. Jun 30 '16 at 09:51
2

This works 100%.

  1. Select the cells you want to populate with the formulated data.
  2. Press Control + U.
  3. Add your array formula on any cell (preferably first).
  4. Press Control + Shift + Return.

Remember Control and Command are different keys on Mac!!

1

Found a solution to Excel Mac2016 as having to paste the code into the relevant cell, enter, then go to the end of the formula within the header bar and enter the following:

Enter a formula as an array formula Image + SHIFT + RETURN or CONTROL + SHIFT + RETURN

sscc
  • 21
  • 1
1

CTRL+SHIFT+ENTER, ARRAY FORMULA EXCEL 2016 MAC. So I arrive late into the game, but maybe someone else will. This almost drove me nuts. No matter what I searched for in Google I came up empty. Whatever I tried, no solution seemed to be in sight. Switched to Excel 2016 quite some time ago and today I needed to do some array formulas. Also sitting on a MacBook Pro 15 Touch Bar 2016. Not that it really matters, but still, since the solution was published on Youtube in 2013. The reason why, for me anyway, nothing worked, is in the Mac OS, the control key by default, for me anyway, is set to manage Mission control, which, at least for me, disabled the control button in Excel. In order to enable the key to actually control functions in Excel, you need to go to System preferences > Mission Control, and disable shortcuts for Mission control. So, let's see how long this solution will last. Probably be back to square one after the coffee break. Have a good one!

0

This solution worked for me:

  1. When you’ve chosen range of cells in formula press control+u
  2. Then press shift+enter/return
Anna
  • 1
-3
  1. Select the desired range of cells
  2. Press Fn + F2 or CONTROL + U
  3. Paste in your array value
  4. Press COMMAND (⌘) + SHIFT + RETURN
Wild Woz
  • 1
  • 1