Need workaround for Arrayformula breaking Indirect functions (google Sheets)

phillypride08

New Member
Joined
Mar 6, 2019
Messages
3
I am using Google Sheets: I am trying to nest a formula that outputs a reference cell address based on the cells location within an array, and I wish I could just use the indirect function, but I know that the indirect function breaks when nested within the arrayformula.

Here's my formula:
=arrayformula(if(len(B3:B),"B"&ARRAYFORMULA(IF(LEN(B3:B),ROW(B3:B),IFERROR(1/0)))))

I would love to just use the indirect formula to output the values of each cell within the array, but that doesn't work; as once I add the Indirect function in the formula, it only references the first value for the entire array.
=arrayformula(if(len(B3:B),INDIRECT("B"&ARRAYFORMULA(IF(LEN(B3:B),ROW(B3:B),IFERROR(1/0)))))

Is there any work around to this that I can use without integrating custom formulas and scripts? PLEASE PLEASE PLEASE HELP!

 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.

Forum statistics

Threads
1,224,820
Messages
6,181,160
Members
453,021
Latest member
Justyna P

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