Jun 15, 2020 05:48 AM
I have the following formula which returns the correct amounts, except when engineer report is selected. In this case it comes up blank. All the other selections produce the expected numbers.
IF(Type=“Inspection”,“300”,IF(Type=“Estimate”,“30”,IF(Type=“Engineer Report”,50,IF(Type=“Photo Report”,“20”))))
Thanks
Solved! Go to Solution.
Jun 15, 2020 06:01 AM
Maybe the phrase “Engineer Report” has slightly different spelling than the values in the Type column?
Jun 15, 2020 06:01 AM
Maybe the phrase “Engineer Report” has slightly different spelling than the values in the Type column?
Jun 15, 2020 06:16 AM
Thanks, sometimes it is the most simple issue. :rofl: :rofl:
Jun 15, 2020 10:29 PM
On a side note, I noticed that the formula you listed is returning strings (quotes wrapped around the numbers) for all options except the “Engineer Report” option, which returns a number. Is that a typo in the way the formula was entered into your original message, or is that truly how the formula operates? Something tells me that it’s a bug at some level, as I’m guessing you want consistent data output: either all strings, or all numbers. If you’re running calculations using the result of the formula’s output, you’ll want numbers, so the quotes around those values should be removed.