Converting google sheets forumla into excel formula

Falcons88

New Member
Joined
Jun 10, 2021
Messages
24
Office Version
  1. 365
Platform
  1. Windows
Hi,

I have a google sheets formula that i'm trying to convert into excel, I made the formula ages ago and it works on google sheets I just don't know what the equivalent is in excel, I just need to understand what ARRAY_CONSTRAIN(ARRAYFORMULA(INDEX is the equivalent to.

ARRAY_CONSTRAIN(ARRAYFORMULA(INDEX(Calculations!$B$2:$K$20, MATCH(H4,Calculations!$A$2:$A$20,0), MATCH(Calculations!$B$25,Calculations!$B$1:$K$1, 0))), 1, 1)

thanks in advance
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Looks like it should just be
Excel Formula:
=INDEX(Calculations!$B$2:$K$20, MATCH(H4,Calculations!$A$2:$A$20,0), MATCH(Calculations!$B$25,Calculations!$B$1:$K$1, 0))
 
Upvote 0
Looks like it should just be
Excel Formula:
=INDEX(Calculations!$B$2:$K$20, MATCH(H4,Calculations!$A$2:$A$20,0), MATCH(Calculations!$B$25,Calculations!$B$1:$K$1, 0))
Thanks for replying Fluff, that's what i thought it would be but its returning NA#.

it's for a beer calculator, from the below im needing the formula to cross reference H4 with column A of calculation sheet below at the same time Calculations!$B$25 with top row.
E.g. if H4 = 35 (in column A) and Calculations!$B$25 = 1.06 (from top row) it returns 0.175
1625259785684.png
 
Upvote 0
That's exactly what that formula should do.
Check that all the numbers in col A & row 1 ,along with H4 & B25 are real numbers & not text.
The #N/A means that one (or both) of H4 & B25 cannot be found.
 
Upvote 0

Forum statistics

Threads
1,214,588
Messages
6,120,412
Members
448,959
Latest member
camelliaCase

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top