LtCmdrData
Board Regular
- Joined
- Jan 24, 2018
- Messages
- 58
- Office Version
- 365
- Platform
- Windows
I am trying to write a formula I can drag down a column so it will populate a series of numbers based on conditions in another column. I always start with "1" in the first cell (R2 because I have a column heading in R1). If column Q has data then repeat "1" in R3. If Q3 is blank then leave R3 blank. If Q4 has data then populate R4 with "2" and so on. Here is an example of what my data looks like. I think an IF or IFS statement would work? Can someone please help me write this formula? Thank you.