Forum Discussion
Anonymous126
Oct 27, 2022Copper Contributor
Can Someone help me with a formula?
=IF(Raw!P2=320,"Raw!Q2-C",Raw!Q2) It is not adding the -C to my end result. For example I want PRE-C But the formula returns PRE
Anonymous126
Oct 28, 2022Copper Contributor
Thanks for the help, but the formula still only returned
PRE
instead of
PRE-C
PRE
instead of
PRE-C
HansVogelaar
Oct 28, 2022MVP
Perhaps RAW!P2 contains 320 as a text string instead of as a number?
- Anonymous126Oct 28, 2022Copper ContributorThank you, it worked