I have an assignment where I have to create a birthday list. One of the tasks is to add a countdown til someone's birthday, I have the formula as:
=DAYS360($D$200,I3)
However how do I calculate it so if some's birthday past I can recalculate it so it is not negative.
Like if someone's birthday past it will say -105 days, where I want to add 365 to any negative amounts.
4 answers
You probably will need to write an IF statement.
That is, IF the answer is negative, add 365; otherwise, calculate regularly.
Yeah but I can't figure out how to do that, how do I do an IF function within the calculation?
Go to the help part of Excel and type in if statement. It will give you instructions.