• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Return the value of a complex formula

WaterChild

New Member
PLESSE NOTE I AM USING EXCEL FOR MAC

I have created a formula which looks up data points from a number of separate workbooks. The reason is that I have about 2,000 specific cells that I need to combine in 1 sheet.

Cell: B10
="='["&$B$3&"_"&B$4&".xlsx]"&$B$1&"'!"&B$8&$A10


The formula works perfectly, however, when I copy and paste the formula into a separate cell I get the formula and not the result.

Cell: I10
='[AFOLU_2000.xlsx]3A1 DairyCowsCH4'!A10


In order for me to generate the result I need to go into the cell (I10) and press enter.

The issue is that I would need to enter the cell and press enter for 2,000 cells.

Does anyone have a solution for this. I am using Excel for Mac and therefore the "SendKeys" command will not work.
 
... do You really have a dream to 'copy' those formulas to 2'000 times?
... and why ... 2*2'000 same formulas?
if so
... check Your formulas one more time
... active cell, take right bottom corner and pull down for few cells
... check results >> modify if needed You formulas
This method works in Mac too.
 
Back
Top