Since Q1_SUM_OF_BIS is derived in the column list, I'm not aware of any capability to use it in the same column list.
Assuming that you want this in a single statement/query and you can't create VIEWs, you might need to use a CTE to generate your base level derived columns; then refer to those in the final SELECT column list.
Tom