Sales Data Presentation & Data

fredmr

New Member
Joined
Jan 7, 2007
Messages
17
I hope you can help-

I am working with 4 columns of data in ROW's 5 thru 27--22 people.
Data is entered or Re/Calcurated (F9) Weekly

COL's are:

E Sucessful Sales Count (whole Number)
- Manual entry
- This Col will be ether a "Blank", or a number >=20. (no "0", or no's 1 thru 19)

I Cumulative Count (number) of weeks for which Data is entered in "COL-E" (CUM Pts)
- "Blank" if no Data ever entered.
- (Whole number-Some weeks there may be NO Data entered in "COL-E" in some "ROW's)
- =IF(E5>10,(I5+E5/10),I5)

J Cumulative Sum of "COL-E" number entries (# Wks)
- "Blank" if no Data ever entered.
- a whole number
- =IF(E5>10,J5+0.1,J5)

K Cumulative AVG of "I/J" (Cum Pts/Wk)
- whole number to a tenth ( 45.6; 1076.3; etc.)
- "Blank" if no Data ever entered
- =IF(J5=0,K5=0,I5/J5)

I need any ROW (I,J,or K) that has no positive Data entry to show "Blank"
- no "0", "#N/A", etc.

All COL's should show "Blank" prior to the first Data entries for the year. ( A Master sheet)
I realize that prior to the start there may be a "DIV/0" problem and I cant seem to get around it.

Hope that someone can help as I am having no success getting what I want-

Thank you--Fred
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying

Forum statistics

Threads
1,224,521
Messages
6,179,285
Members
452,902
Latest member
Knuddeluff

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