Probably an easy answer, but I need to separate out a field (N264) using the left function, but then take that result and essentially say if "DOP" then "250", otherwise "170".
This was my Excel formula
=IF(LEFT(N264,3)="DOP",250,IF($AF264=FALSE,'I&M Input'!$B$10," "))