Hot answers tagged sharepoint
1
A project management app you mean?
If you want to host your own app, I think Teambox is worth a look. It's a project management app written in Rails.
It supports tasks, milestones, discussion threads and time tracking among other things. It has email notifications too.
1
If Joshua' formula doesn't quite work for you, you may need to substitute all the semicolons for commas.
=VALUE(IF(NOT(ISBLANK([IPAddress])),(LEFT([IPAddress],
FIND(".",[IPAddress],1)-1)*16777216)+(MID([IPAddress],
FIND(".",[IPAddress],1)+1,FIND(".",[IPAddress],
FIND(".",[IPAddress],1)+1)-FIND(".",[IPAddress],1)-1)*65536)+
...
Only top voted, non community-wiki answers of a minimum length are eligible