Link to home
Start Free TrialLog in
Avatar of Matt Pinkston
Matt Pinkston

asked on

SharePoint Custom List, 3 fields to get one

I have three fields in my sharepoint list

field_est
field
field_actual

if field <> "" then field_actual = field
else
field_actual = field_est

How can this be done with a calculated field?
ASKER CERTIFIED SOLUTION
Avatar of manuj_nagpal
manuj_nagpal

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial