Cell Formulas

boakley

New Member
Joined
Feb 8, 2018
Messages
36
Hello all!
I have a job material list that use for work. In column A, I inout the description of the materials.
Column B is the price I paid for the material
Column C is 15% of the corresponding column B cell for a mark up in price
Column D is the sum of column B and Column C.
When no data is entered for column B, the totals for column C turns to $.15 even though Column B is “0.00”. I need that .15 to not be there because it throws my totals off. Please help. Mini Sheet is below. Thank you in advance!

Job Materials.xlsx
ABCDEF
1Job Materials
2DescriptionPrice PaidMark UpTotalTotal PaidTotal To Bill
3$0.00$0.00$0.00
Sheet3
Cell Formulas
RangeFormula
D3D3=SUM(B3,C3)
E3E3=SUM(B3:B100)
F3F3=SUM(D3:D100)
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
What formula do you have in col C?
 
Upvote 0
It sounds like your issue may actually be the formula in cell C3.
It should be:
Excel Formula:
=B3*.15
If B3 is empty or zero, it will return zero.
 
Upvote 0
Solution
Is this what it should be?

Book1
ABCD
3Product A10015115
4Product C00
Sheet10
Cell Formulas
RangeFormula
C3:C4C3=B3*15%
D3:D4D3=B3+C3
 
Upvote 0

Forum statistics

Threads
1,214,523
Messages
6,120,030
Members
448,940
Latest member
mdusw

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top