Offset - Example Populate Rows Vertically based on another column

alex0182828

Board Regular
Joined
Jun 20, 2012
Messages
88
Office Version
  1. 365
Platform
  1. MacOS
I cant really explain this well so here is an example.


I need a formula to populate Column B. Any ideas would be super

gqyf.png
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Hello Alex

Code:
[COLOR=#222222]=IF[/COLOR][COLOR=#0000dd](A2="parent","",LOOKUP[/COLOR][COLOR=#222222](42,1/[/COLOR][COLOR=#0000dd](A$2:A2="parent")[/COLOR][COLOR=#222222],D$2[COLOR=#222222]:[/COLOR]D2)[/COLOR][COLOR=#0000dd])[/COLOR]
 
Upvote 0
Thanks Shift Del your a Champ.

Though i am not exactly sure how it works :confused:

Thanks. A
 
Upvote 0

Forum statistics

Threads
1,226,730
Messages
6,192,699
Members
453,747
Latest member
tylerhyatt04

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