Let’s create a sequence of numbers while skipping white cells with this advanced Excel Formula 🤓 💡 Formula and Process Explained =IF(C4="","",COUNTA($C$4:C4)) =IF(C4="","", → This function checks if the cell C4 is empty or not. If so, it will return a blank COUNTA($C$4:C4)) → Here we count the number of non-empty cells 💬 Let me know in the comments section if it worked for you 📲 Share with a friend who also wants to improve their Excel skills