Im trying to use the OR function so i can get the total where criteria is met by one of 4 conditions. Can someone tell me the proper syntax? Below is my current formula:
=SUMIFS({Upcoming Jobs (High Level) Range 3}, {Upcoming Jobs (High Level) Range 1}, =[Job Name 1]@row , OR({Upcoming Jobs (High Level) Range 1}, =[Job Name 2]@row ), OR({Upcoming Jobs (High Level) Range 1}),=[Job Name 3]@row ), OR({Upcoming Jobs (High Level) Range 1},=[Job Name 4]@row ))