R
rexie3
I'm trying to design a forecasting schedule based on customer's demand per
week. The date is in one cell (A1) and 2 rows later is the qty (A4) to fill
if there's demand to fill. I want the dates and qtys to list in the next
worksheet so all the user has to do is copy and paste the list into our
software. There's quite a few of them.
The thing is I don't want the date qty to list if the qty equals 0.
The finished product should look like:
cell1 (A1 DATE) cell2 (qty >0)
cell3 (B1 DATE) cell4 (qty >0)
cell5 (D1 DATE) cell6 (qty >0) [note - C column skipped because the qty
= 0]
Here's the twist, I can't use a macro. My brain hurts already.
week. The date is in one cell (A1) and 2 rows later is the qty (A4) to fill
if there's demand to fill. I want the dates and qtys to list in the next
worksheet so all the user has to do is copy and paste the list into our
software. There's quite a few of them.
The thing is I don't want the date qty to list if the qty equals 0.
The finished product should look like:
cell1 (A1 DATE) cell2 (qty >0)
cell3 (B1 DATE) cell4 (qty >0)
cell5 (D1 DATE) cell6 (qty >0) [note - C column skipped because the qty
= 0]
Here's the twist, I can't use a macro. My brain hurts already.