PDA

View Full Version : Stupid Excel Question


SDogo
04-20-2012, 10:37 AM
Working on the draft spreadsheet and I'm trying to create a "value" column which in essence subtracts the selection value of a prospect from the rank value of the prospect.

For Example:

Mark Barron is ranked 12th, the Cowboys select him at 14. The value would be +2.

12 is the rank value, 14 is the selection value

I created the formula, that part was easy but the problem I'm having is that every cell in the "value" column before the selection value is entered shows a negative value.

Is there any way I can hide the values until data is entered into the selection field?

I have no idea if this makes any sense........lol

Cajuncowboy
04-20-2012, 10:39 AM
Working on the draft spreadsheet and I'm trying to create a "value" column which in essence subtracts the selection value of a prospect from the rank value of the prospect.

For Example:

Mark Barron is ranked 12th, the Cowboys select him at 14. The value would be +2.

12 is the rank value, 14 is the selection value

I created the formula, that part was easy but the problem I'm having is that every cell in the "value" column before the selection value is entered shows a negative value.

Is there any way I can hide the values until data is entered into the selection field?

I have no idea if this makes any sense........lol

I can't answer your question but I want a copy of this when it's done.

:D

theogt
04-20-2012, 10:40 AM
Why do they show negative values?

rocboy22
04-20-2012, 10:50 AM
use this formula for the value:

=IF(A2<=0,"", A2-B2)

where A2 is the draft spot and B2 is the grade

BrAinPaiNt
04-20-2012, 10:51 AM
If you right click on the cell, click on format cells, in the numbers tab does it show up as general?

SDogo
04-20-2012, 10:52 AM
use this formula for the value:

=IF(A2<=0,"", A2-B2)

where A2 is the draft spot and B2 is the grade

This is actually what I got to work: =IF(COUNT(C7,F10)<2, "", C7*F10)

I wanna try yours though because I'm anal and need to understand why. lol

Denim Chicken
04-20-2012, 10:53 AM
Use conditional fomating to make your value cells text white or whatever matchs your background so you cant see it. Format-conditional formatting, make cell value condition less that 0 and click on the Format button and choose white or whatever for the font color.

SDogo
04-20-2012, 10:54 AM
Why do they show negative values?

Because it's taking the selection value which is "0" until a value is entered and subtracting it from the rank value.

0- anything is negative. 0-1=-1, 0-2=-2.....so on

Afigueroa22
04-20-2012, 10:54 AM
I can't answer your question but I want a copy of this when it's done.

:D

Same here.

SDogo
04-20-2012, 10:54 AM
Use conditional fomating to make your value cells text white or whatever matchs your background until data is entered. Format-conditional fromating, make cell value condition less that 0 and click on the Format button and choose white or whatever for the font color.


That was the other option. lol

SDogo
04-20-2012, 10:55 AM
I can't answer your question but I want a copy of this when it's done.

:D

Did you get one the first time?

Denim Chicken
04-20-2012, 11:09 AM
That was the other option. lol

i like to keep it simple :)

Cajuncowboy
04-20-2012, 11:11 AM
Did you get one the first time?

Nope.

SDogo
04-20-2012, 11:13 AM
Nope.

PM me your email, I'll make sure you get it.

Cajuncowboy
04-20-2012, 11:16 AM
PM me your email, I'll make sure you get it.

Thanks.

PM sent.