Ash Hayashi
New Member
- Joined
- Sep 13, 2023
- Messages
- 6
- Office Version
- 365
- Platform
- Windows
Hello,
Not sure if it is doable or not. But was hoping there is a way to get this to work.
I am looking to combine an IF & ROUND UP statement into one cell (K5). This cell is already looking at data from multiple other cells to give me a value.
But, if that value is equal to the same value in the cell beside it (L5), I want it to round up by 1.
Current formula in K5 cell is: =(ROUNDUP((B7*G14)/B6,0)*Q5)
I was thinking something like this formula might help, but I can't quite get the two formulas to merge in a way that works: =IF(K5>=L5,K5+1, ROUNDUP(K5,0))
Hopefully this all makes sense. Thank you to anyone that can help.
Not sure if it is doable or not. But was hoping there is a way to get this to work.
I am looking to combine an IF & ROUND UP statement into one cell (K5). This cell is already looking at data from multiple other cells to give me a value.
But, if that value is equal to the same value in the cell beside it (L5), I want it to round up by 1.
Current formula in K5 cell is: =(ROUNDUP((B7*G14)/B6,0)*Q5)
I was thinking something like this formula might help, but I can't quite get the two formulas to merge in a way that works: =IF(K5>=L5,K5+1, ROUNDUP(K5,0))
Hopefully this all makes sense. Thank you to anyone that can help.