Quantcast
Channel: SharePoint 2010 - Development and Programming forum
Viewing all articles
Browse latest Browse all 11571

Creating a calculated column by adding two columns if a third column meets a condition in SHAREPOINT 2010

$
0
0

Greetings,

My problem is probably a simple one but it's driving me nuts.  I am creating a calculated column which is the sum of two columns if a third column meets a condition. 

I have tried

=IF([TimeID]="1400",([Group]+[1400 Count]) 

Basically if the user selects the  Time ID as 1400 it will add "Group and "1400 Count" and place the sum in this calculated column.

For some reason I think there should be a "Sum" statement in there somewhere.  Thoughts?

Thanks for your time.

Chris


Viewing all articles
Browse latest Browse all 11571

Trending Articles