Me being out of touch with Excel has me being lost at the moment.
Can someone guide me on what I'm missing here?
This is what I'm trying to obtain. If a "Y" is entered in cell "C5", it will use a multiplier for tax placed in the cell "D5". If a "N" is used it will use the default amount in the "B5" cell.
B5 Cell is the cost of a item
C5 Cell you enter "Y" or "N" if tax is applied.
D5 Cell is the result of the "Y" or "N".
This is what I have so far, but the "N" needs to display the "B5" amount if no tax is applied................This part works ok, just missing the rest of the formula =IF(C5="Y",B5*0.0825+B5)
Hopefully this isn't too confusing the way I explained it.
Can someone guide me on what I'm missing here?
This is what I'm trying to obtain. If a "Y" is entered in cell "C5", it will use a multiplier for tax placed in the cell "D5". If a "N" is used it will use the default amount in the "B5" cell.
B5 Cell is the cost of a item
C5 Cell you enter "Y" or "N" if tax is applied.
D5 Cell is the result of the "Y" or "N".
This is what I have so far, but the "N" needs to display the "B5" amount if no tax is applied................This part works ok, just missing the rest of the formula =IF(C5="Y",B5*0.0825+B5)
Hopefully this isn't too confusing the way I explained it.
Last edited: