A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Hi @Thunder Hill,
Thank you for your prompt update. It helps me clearly understand your request.
The formula I suggested you in my initial response creates a spilled array, not a row-by-row formula and especially when using it inside an Excel table, it returns a SPILL error like this when the second value is populated:
In this case, you can try this revised formula (Note: change the "Header" into the header's name of your working sheet to make it works properly since the formula is based on my testing worksheet):
=IF([@Header]="","","CWCB2026 - " & TEXT(COUNTIF(INDEX([Header],1):[@Header],"<>"),"000"))
Hope this will work properly this time. Please don't hesitate to reach out if you need any further assistance. I'm happy to help.