Forum Discussion
juliejo
Jan 25, 2022Copper Contributor
Complicated IF/OR formula needed
Hello! I have a messy formula that I need to figure out. I have a list of several options. Most of them require a common formula, but two of them require unique formulas. They all use the same field ...
- Jan 25, 2022
OliverScheurich
Jan 25, 2022Gold Contributor
=IF(A55="Option1",ROUNDUP(((H55*H56)-400),0),
IF(A55="Option2",ROUNDUP(((H55*H56)-500),0),ROUNDUP(((H55*H56)),0)))
This could be what you are looking for.