Sales data - counting 12 months after first instance

Status
Not open for further replies.
L

Legacy 462240

Guest
Morning,

Long time lurker, first time poster.

So I have some new business data that concatenates the account number and product code for a unique field that pivots the sales into the month it occurs:

Concat1805180618071808180918101811181219011902190319041905190619071908IDEAL
102365FE135785£10685£10685£10685£10685£10685£5065Current
102365FN658456£100£100£100£80£85Current
106875IN567012£168513New
105846FE561325£5560£5067£5067New


Each month, the pivot is refreshed, the new sales period is added and the numbers refresh. There is 3 years of sales data which can sometimes be a positive or negative number. New business is the first instance of a concat with an integer for the current month OR if the product hasn't been bought for the last 2 years (rolling). Formula for that is sorted: =IF(SUM(G2:AD2)>=0.01,"FALSE","TRUE") for those playing at home.

For the rows that calculate as FALSE, I need to see if the business is 'existing new' or 'current'. Yes, the terminology is ridiculous.

Existing new = after the first occurrence, the business stays new for 12 months.
Current = 12 months after the first occurrence

So, for the first line in the table (102365FE135785), 12 months is counted from period 1806 so all sales are new until 1906 when the business changes to 'current'.

The only time the status would change from current is if there were no sales for 2 years then the first instance would become 'new' business again.

So, for the last line in the table (105846FE561325), the business is 'new' as the first instance was 1810.

As Excel works to the left, I have found the first occurrence in the row with the formula: =INDEX(D2:AH2,MATCH(TRUE,INDEX((D2:AH2<>0),0),0)) but I now need to count 12 months from the first occurrence. I've tried to use offset in various ways and tried to use the time periods as well but nothing seems to work.

Hopefully I have explained properly, let me know if anything needs further explaining.

Thanks,
Noobec
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Closed at OP's request.
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,214,944
Messages
6,122,391
Members
449,080
Latest member
Armadillos

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