Inputting an Array into an Offset equation

Exceluser0105

New Member
Joined
Jun 30, 2020
Messages
1
Office Version
  1. 365
Platform
  1. Windows
I am having trouble getting the below equation to work (Please note this equation is contained within an if statement):

GEOMEAN(OFFSET(Rates!$C$2,MATCH('Variable 1'!P9,Rates!$B$3:$B$300,0),MATCH('Variable 1'!N9,Rates!$D$2:$DB$2,0)

The Geomean formula normally requires an array with a ={geomean(array+1)-1} format. Without the array the geomean calculated is different.

How can I create the array formula in the above equation? Am I able to within the full equation as shown below?

=IF(S9="","",GEOMEAN(OFFSET(Rates!$C$2,MATCH('Variable 1'!P9,Rates!$B$3:$B$300,0),MATCH('Variable 1'!N9,Rates!$D$2:$DB$2,0),'Variable 1'!S9,1)))
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Where is the array coming from? Your formula is only referring to a single cell.
 
Upvote 0

Forum statistics

Threads
1,215,050
Messages
6,122,868
Members
449,097
Latest member
dbomb1414

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