Converting an Excel Formula into a Smartsheet Formula
Hi,
I am currently transferring a lot of our excel spreadsheets to smartsheet and have found it ok so far. However, I have got the below formula to convert and i can't seem to do it. I feel like I am missing something before the [D1 Total solid feed (t)] at the end but can't work out what, my brain is fried!
=IF(S2>0, IF($CA2>0, IF($BS2>0, DQ2/EF2, ""), ""), "")
Smartsheet so far: =IF([Digester 1 Feed (m3)]@row > 0, IF([Pasteuriser DS% (%)]@row > 0, IF([Hydrolysis Tank pH ()]@row > 0, [D1 Total Solid Feed (t)]@row / [D1 Volume (m3)]@row, ""), ""), "")
This returns a #BLOCKED message but I can't work out where I have gone wrong... any ideas please?
Thanks :-)
Answers
-
Hey @Iznil76,
You could try to use the AND() function in the initial IF statement and see if that works:
=IF(AND([Digester 1 Feed (m3)]@row > 0, [Pasteuriser DS% (%)]@row > 0, [Hydrolysis Tank pH ()]@row > 0), [D1 Total Solid Feed (t)]@row / [D1 Volume (m3)]@row, "")
Hope this helps!
If my response was helpful in any way (or answered your question) please be sure to upvote it, mark it as awesome, or mark it as the accepted answer!
I'm always looking to connect with other industry professionals, feel free to connect with me on LinkedIn as well!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!