GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Excel question - I'm sure its easy, please help (https://gfy.com/showthread.php?t=658291)

Kard63 09-22-2006 11:21 AM

Excel question - I'm sure its easy, please help
 
When I am multiplying stuff in column 1 and stuff in column 2 and having the product appear in column 3 is there anyway to keep column 3 blank if the returned value is going to be $0.00 ?

Thanks

squishypimp 09-22-2006 11:22 AM

bump for the excel wizards.

CBytch 09-22-2006 11:26 AM

If you wish to
have a function return a blank value (not zero) to the cell, use quote marks without a space between them. Here’s an example:
=IF(E6>=Quota,E6*Comm_Rate,"")
This formula example calculates, or returns, a
commission value to the cell containing the formula if the test is true. If the test is false, it returns an empty string (a blank value) to that cell.

Hope this helps

Kard63 09-22-2006 11:32 AM

Quote:

Originally Posted by CBytch
If you wish to
have a function return a blank value (not zero) to the cell, use quote marks without a space between them. Here?s an example:
=IF(E6>=Quota,E6*Comm_Rate,"")
This formula example calculates, or returns, a
commission value to the cell containing the formula if the test is true. If the test is false, it returns an empty string (a blank value) to that cell.

Hope this helps


Umm so I have to nest my =B12*C12 in a IF statement and put ,"") at the end? Thanks lol

P. Nash 09-22-2006 11:33 AM

Assuming the following:

A1 x B1 = C1

Enter this in C1: =IF(B1>0,A1*B1,"")

This is assuming that only column B could be 0.

Kard63 09-22-2006 11:36 AM

Quote:

Originally Posted by P. Nash
Assuming the following:

A1 x B1 = C1

Enter this in C1: =IF(B1>0,A1*B1,"")

This is assuming that only column B could be 0.


Shit yea that did it. Thanks a million. And thank you too CBitch.

CBytch 09-22-2006 11:37 AM

No prob sorry I didn't break it down more

P. Nash 09-22-2006 11:39 AM

No problem

Kard63 09-22-2006 11:50 AM

1 more, lol. I have a running total column. I want it to be blank if the last line it added was blank or 0. On the first line it is only taking the figure from D12
=IF(D12>0,D12,"") and it works. it will show what is in D12 or it will be blank. But in the next box it will be what is in D12 + what is in D13 but if nothin is in D13 I want the cell blank (if its just going ot be D12's value again).

=IF(D13>0,D12+D13,"") gets an error.

If you have time here is a link to the file
http://www.naughty-coco.com/dan.xls
Thanks


All times are GMT -7. The time now is 10:32 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123