Cells dependent on parent cell

bulletkid

New Member
Joined
Nov 28, 2016
Messages
1
Hi,

This is my first post but I am not new here :). My apologies; have to skip the pleasantries as I am in urgent need of a solution;

I am trying to make a cell's properties follow a 'parent cell' like the example here:

AvailabilityAvailability
DateItem 1Item 2DateItem 1Item 2
11/28/2016 11/29/2016 1
11/29/2016 111/30/2016
11/30/2016 12/1/20161
12/1/20161 12/2/2016
12/2/2016 12/3/2016
12/3/2016 12/4/2016
12/4/2016 12/5/2016
12/5/2016 12/6/2016

<tbody>
</tbody><colgroup><col><col span="3"><col><col span="2"></colgroup>


- Say I need to reference an item's availability to a specific date; the cells in the 'date' column being dynamic.
- The 'availability' columns are manual input but I need the values in those cells to follow the date on the left column, which moves 'up' each day.

I may need a VBA solution for this as I have tried every trick in my book to get it right.

Can anyone help me?
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Availability = stock level
DateItem 1Item 2
08/11/2016
09/11/20161
10/11/2016
11/11/20161-1Item 1Item 2
12/11/2016date19/11/201630
13/11/20165
14/11/20164
15/11/2016
16/11/2016-3this formula gives stock position on any specified day
17/11/2016-2
18/11/2016-2for item 1
19/11/2016=SUMPRODUCT(($A$3:$A$32<=$H$7)*($B$3:$B$32))
20/11/2016
21/11/20164
22/11/20164so substitute =today() for 19/11/16
23/11/2016
24/11/2016and you have a dynamic daily stock level
25/11/2016
26/11/2016-3
27/11/2016
28/11/2016-2
29/11/2016
30/11/2016
01/12/2016
02/12/2016
03/12/2016
04/12/2016
05/12/2016
06/12/2016
07/12/2016

<colgroup><col><col span="6"><col><col span="4"></colgroup><tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,728
Members
448,987
Latest member
marion_davis

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