OFFSET formula

McM_

New Member
Joined
Oct 23, 2023
Messages
23
Office Version
  1. 365
Platform
  1. Windows
Hello,

I am asking for a solution for the OFFSET formula, which will display the results as in column I. If the cell is written in D, take the information several rows (max 10 rows) down, until another information appears in column D and so on.
I used formula

Hello,

I am asking for a solution for the OFFSET formula, which will display the results as in column I. If the cell is written in D, take the information several rows (max 10 rows) down, until another information appears in column D and so on.

Thank you for help!

Excel Formula:
=OFFSET(D2;0;0)

Version Excel 365


Thank you for help!
 

Attachments

  • offset.JPG
    offset.JPG
    52.1 KB · Views: 9

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
You will have to change the commas to semi colons in the solution provided in post #2
Also keep in mind that OFFSET is a volatile function and therefore to be used with caution
 
Upvote 0
Thanks for the answer, but I mention that I will not use column I. It was given as an example of how I want it to look at the end. I will only use D and H, and in D the frequency of filling the rows is random.
Do you have a solution?
 
Upvote 0
So if you use @kevin9999's formula and modify it to look in column H and put it in H2 then copy it down, are you saying it doesn't give you the result you want ?

Copy this into H2 then copy it down to the end.
Excel Formula:
=IF(D2<>"",D2,H1)
 
Upvote 0

Forum statistics

Threads
1,215,219
Messages
6,123,687
Members
449,117
Latest member
Aaagu

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