Identify recurrence of data?

ThomD

New Member
Joined
May 16, 2023
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hi,
I am working on a data set, where each line represents an individual customer subscription ID. I have made a logic to determine if customer has an active subscription or not, but I would also like to identify recurring subscriptions. Example below - For customer "2136726" I would like to create a formula, if possible, to identify whether a customer has recurring activity after one or more periods of non-subscription. Basically identify first cell with data and then check if there are any blank cells before I get a new cell value in any later month (the actual number in each cell is irrelevant, as it only represents usage).

Appreciate any help :)

1684225356313.png
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Welcome to the MrExcel board!

Is this the sort of thing you are after?

23 05 16.xlsm
BCDEFGHIJ
1OctNovDecJanFebMarAprRecur?
242321Recur
311 
422Recur
ThomD
Cell Formulas
RangeFormula
J2:J4J2=IF(ISNUMBER(FIND(" ",TRIM(CONCAT(IF(B2:H2=""," ",B2:H2))))),"Recur","")
 
Upvote 0
Solution

Forum statistics

Threads
1,215,510
Messages
6,125,234
Members
449,216
Latest member
biglake87

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