Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need help nesting my e() functions on Line 2 and Line 4 so the Elements ‘H’ are excluded.
Sum({$<[Metal] ={'Li','Na' } // Line 1
,(E({1<[Elements] = {'H'}>}))>} // Line 2
+1<[Metal]={'Mg'} // Line 3
,(E({1<[ Elements] = {'H'}>}))> // Line 4
}Quantities)) // Line 5
Can you help without changing Line 1 or Line 3?
Try something like this,
=Sum({$<[Metal] ={'Li','Na' } // Line 1
,Elements=E({1<[Elements] = {'H'}>})> // Line 2
+1<[Metal]={'Mg'} // Line 3
,Elements=E({1<[Elements] = {'H'}>})> // Line 4
}Quantities) // Line 5
Try something like this,
=Sum({$<[Metal] ={'Li','Na' } // Line 1
,Elements=E({1<[Elements] = {'H'}>})> // Line 2
+1<[Metal]={'Mg'} // Line 3
,Elements=E({1<[Elements] = {'H'}>})> // Line 4
}Quantities) // Line 5