How to use offset with named range

rajiv_bishnoi

New Member
Joined
Jan 13, 2008
Messages
22
Office Version
  1. 365
Platform
  1. Windows
I have a sheet, where range f26:r26 is named as EBIT

Now, I am trying to get a YoY growth in EBIT

I tried using this

=EBIT/Offset(EBIT,0,-1) -1

However, it returns 0

Essentially, I need to refere a cell which is 1 column to the left

Any ideas?
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Your formula is fine:
Excel Workbook
EFGHIJKLMNOPQR
26100103106105110111909110011050555657
27
280.030.029126-0.009430.0476190.009091-0.189190.0111110.0989010.1-0.545450.10.0181820.017857
Sheet


Just be sure
1. to array enter it with Ctrl+Shift+Enter
2. select the whole range (F28:R28 in the above case) while committing the formula to the sheet to enter the formula into all the cells at once.

You can format the result cells as % with a couple of decimal places to see a more conventional growth figure.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,075
Messages
6,128,657
Members
449,462
Latest member
Chislobog

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