Tagged Questions

1
vote
1answer
293 views

Sharepoint - End date minus Start date = Years?

I am needing to calculate the number of years between two fields; Field A Start Date (dd/mm/yyyy) Field B End Date (dd/mm/yyyy) Field C Calc formula display difference between Field A and B in ...
1
vote
4answers
4k views

Fill textbox with current username logged in sharepoint

I made a custom list, it is actually a form fill out for an absence request workflow. Before publishing it I found a flaw. The first textbox is a Person or Group textbox, this helps out to retrieve ...
0
votes
1answer
27 views

How do you calculate whether a number is a decimal or a whole number in a SharePoint calculated field?

I'm trying to calculate whether a number is a whole number or a decimal in a SharePoint calculated field so that i can determine whether the item is published or not. Can anyone assist?