Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
YOU GUY ROCK!!
Works PERFECTLY!! THANK YOU THANK YOU THANK YOU!! squeeker "Lars-Ã…ke Aspelin" wrote: On Sun, 28 Feb 2010 14:13:02 -0800, Squeeker wrote: I need a formula that will allow me to cycle thru 10 days and back again. There are 10 levels, starting with level 1. every day that passes, the level goes up by 1, not to go over 10. So every 10 days, the cycle starts over agan. So, if something is at a level 4, and 5 days pass, the level is 9. IF its at a level 4 and 12 days pass, its a level 6.... get it.... HOW DO I DO THIS!!?? I have been working and search for the answer alllll day... please someone help?? If your level is in cell A1 and the number of days are in cell B1, then try the following formula: =MOD(A1+B1-1,10)+1 Hope this helps / Lars-Ã…ke . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
link a date in excel to calender | Excel Discussion (Misc queries) | |||
how do I set up in excel a calender to enter a date | Excel Discussion (Misc queries) | |||
How to use Calender control as date chooser in excel?? | Excel Discussion (Misc queries) | |||
Adding a date to calender to automatially generate another date? | Excel Worksheet Functions | |||
How do I copy a date from excel to a outlook calender? | Excel Discussion (Misc queries) |