Forum Discussion

Jen1206's avatar
Jen1206
Copper Contributor
Oct 30, 2019
Solved

Need formula to increase increment value by 0.5 in every 5th cell

I am creating a workbook to show daily training sessions per XX attendees. I need a formula to calculate the following Users: 1, 2, 3, 4, 5, etc.  Training Session needed: 1, 1, 1, 1, 1.5, etc.  ...
  • PReagan's avatar
    PReagan
    Oct 30, 2019

    Jen1206 

     

    I see. In that case, simply place this formula in Cell A1 and copy over as necessary:

    =1+0.5*INT(COLUMN(A1)/5)

     

    Let me know if this helps,

    PReagan

Resources