Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Duke
 
Posts: n/a
Default I need a formula: " If this cell is blank, then 0"

I need a formula that does this:

IF CELL G3 HAS TEXT OF ANY KIND, THEN G34*.15, IF G3 IS BLANK, THEN 0.

Help!!!
  #2   Report Post  
Alan
 
Posts: n/a
Default I need a formula: " If this cell is blank, then 0"

=IF(G3<0,G34*1.5,0)
Regards,
Alan.
"Duke" wrote in message
...
I need a formula that does this:

IF CELL G3 HAS TEXT OF ANY KIND, THEN G34*.15, IF G3 IS BLANK, THEN 0.

Help!!!



  #3   Report Post  
Peo Sjoblom
 
Posts: n/a
Default I need a formula: " If this cell is blank, then 0"

=IF(AND(ISTEXT(G3),G3<""),G34*0.15,0)

if you by "text of any kind" mean a number as well

=IF(LEN(G3)0,G34*0.15,0)


--

Regards,

Peo Sjoblom

"Duke" wrote in message
...
I need a formula that does this:

IF CELL G3 HAS TEXT OF ANY KIND, THEN G34*.15, IF G3 IS BLANK, THEN 0.

Help!!!



  #4   Report Post  
PCLIVE
 
Posts: n/a
Default I need a formula: " If this cell is blank, then 0"

=IF(G3="",0,G34*.15)

Regards,
Paul

"Duke" wrote in message
...
I need a formula that does this:

IF CELL G3 HAS TEXT OF ANY KIND, THEN G34*.15, IF G3 IS BLANK, THEN 0.

Help!!!



  #5   Report Post  
Aladin Akyurek
 
Posts: n/a
Default I need a formula: " If this cell is blank, then 0"

1.

=(ISTEXT(G3))*(G34*0.15)

2.

=IF(ISTEXT(G3),G34*0.15,0)

Duke wrote:
I need a formula that does this:

IF CELL G3 HAS TEXT OF ANY KIND, THEN G34*.15, IF G3 IS BLANK, THEN 0.

Help!!!



  #6   Report Post  
Sandy Mann
 
Posts: n/a
Default I need a formula: " If this cell is blank, then 0"

If you mean text in G1 but ignore numbers and errors then try
=(ISTEXT(G3))*G34*0.15

If you mean any entry in G1 the try:

=(G3<"")*G34*0.15

--
HTH

Sandy

Replace@mailinator with @tiscali.co.uk


"Duke" wrote in message
...
I need a formula that does this:

IF CELL G3 HAS TEXT OF ANY KIND, THEN G34*.15, IF G3 IS BLANK, THEN 0.

Help!!!



  #7   Report Post  
Sandy Mann
 
Posts: n/a
Default I need a formula: " If this cell is blank, then 0"

"Aladin Akyurek" wrote in message
...
1.

=(ISTEXT(G3))*(G34*0.15)

2.

=IF(ISTEXT(G3),G34*0.15,0)


"Sandy Mann" wrote in message
...
If you mean text in G1 but ignore numbers and errors then try
=(ISTEXT(G3))*G34*0.15

If you mean any entry in G1 the try:

=(G3<"")*G34*0.15


mmmm....

Going to have to spend less time reading off line..... <g

Sandy


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
reference blank cell in formula Karen Excel Worksheet Functions 2 September 2nd 05 04:49 PM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Excel VB-Copy formula down until adjacent cell (left) is blank? Tony P. Excel Discussion (Misc queries) 1 May 18th 05 06:11 PM
How to stop excel from plotting a "blank" cell with formula as zer tiw Excel Discussion (Misc queries) 5 April 21st 05 08:38 PM
inserting data from a row to a cell, when the row number is specified by a formula in a cell [email protected] New Users to Excel 2 January 6th 05 07:18 AM


All times are GMT +1. The time now is 03:31 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"