Formula ignoring blank cells & leaving formula cells blank

snt107

New Member
Joined
Oct 16, 2016
Messages
2
I'm trying to create a grade tracker (pictured below) , and I have 2 questions regarding that. (note that I am a complete excel newbie, so please thoroughly explain each step to solve these problems, if possible.)

14642417_10207671637213368_5173054504549693386_n.jpg


1. how do I leave the cells in column "Grade"(F8-F14) that have "0%" in them blank until data is entered?

AND

2. what formula would I use to calculate my current grade percentage when there are empty cells in the "score" column?

If these questions don't make sense please let me know, and I will try to explain what I'm asking better. Thanks in advance for all the help!
SaveSave
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Hi, welcome to the board

1. how do I leave the cells in column "Grade"(F8-F14) that have "0%" in them blank until data is entered?

F8=if(D8="","",your-formula)

2. what formula would I use to calculate my current grade percentage when there are empty cells in the "score" column?
Perhaps...
=sum(D:D)/sumifs(E:E,D:D,"<>")
 
Upvote 0
Also, never a good idea to post an email addy in a public forum (it appears in your pic)
 
Upvote 0
thank you so much!! the formula for the first question worked perfectly! the formula for the current grade, did not, however
 
Upvote 0

Forum statistics

Threads
1,216,095
Messages
6,128,794
Members
449,468
Latest member
AGreen17

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