Kenjiorson
New Member
- Joined
- Oct 25, 2023
- Messages
- 16
- Platform
- Windows
Cell E5 auto add minutes from cell D5 when cell C5 input either 1 or 2.
1 is auto add 45 minutes and 2 is 90 minutes, 1 formula is in cell E1 and 2 is in cell E2.
=IF($C5=1,$D5+$E$1,IF($C5=2,$D5+$E$2,$D5))
If i want to add in Cell C5, S1 is 45 minutes and S2 is 90 minutes.
how do i edit the formula or need write a new one?
If cell i4 read from cell C5,
1=120, 2=160, S1=100 and S2=130
How do i write this formula too
Thank you in advance
1 is auto add 45 minutes and 2 is 90 minutes, 1 formula is in cell E1 and 2 is in cell E2.
=IF($C5=1,$D5+$E$1,IF($C5=2,$D5+$E$2,$D5))
If i want to add in Cell C5, S1 is 45 minutes and S2 is 90 minutes.
how do i edit the formula or need write a new one?
If cell i4 read from cell C5,
1=120, 2=160, S1=100 and S2=130
How do i write this formula too
Thank you in advance