manoj_arsul
Board Regular
- Joined
- Jun 27, 2018
- Messages
- 61
Hi
Could you please help me to fix the below formula in column and its drop down (by increase cell count) till the last row in the VBA Macro
=IF(C2<2,"0-1 Days",IF(C2<3,"1-2 Days",IF(C2<4,"2-3 Days",IF(C2<6,"3-5 Days",">5 Days"))))
at the drop downing Column C has to increase C2,C3,C4....C10
A B C D
=IF(C2<2,"0-1 Days",IF(C2<3,"1-2 Days",IF(C2<4,"2-3 Days",IF(C2<6,"3-5 Days",">5 Days"))))
=IF(C3<2,"0-1 Days",IF(C3<3,"1-2 Days",IF(C3<4,"2-3 Days",IF(C3<6,"3-5 Days",">5 Days"))))
=IF(C4<2,"0-1 Days",IF(C4<,3"1-2 Days",IF(C4<4,"2-3 Days",IF(C4<6,"3-5 Days",">5 Days"))))
Thanks
Could you please help me to fix the below formula in column and its drop down (by increase cell count) till the last row in the VBA Macro
=IF(C2<2,"0-1 Days",IF(C2<3,"1-2 Days",IF(C2<4,"2-3 Days",IF(C2<6,"3-5 Days",">5 Days"))))
at the drop downing Column C has to increase C2,C3,C4....C10
A B C D
=IF(C2<2,"0-1 Days",IF(C2<3,"1-2 Days",IF(C2<4,"2-3 Days",IF(C2<6,"3-5 Days",">5 Days"))))
=IF(C3<2,"0-1 Days",IF(C3<3,"1-2 Days",IF(C3<4,"2-3 Days",IF(C3<6,"3-5 Days",">5 Days"))))
=IF(C4<2,"0-1 Days",IF(C4<,3"1-2 Days",IF(C4<4,"2-3 Days",IF(C4<6,"3-5 Days",">5 Days"))))
Thanks