Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
drisok
 
Posts: n/a
Default excel "" in function

I am using an =if function as follows: =IF(E8"",C8*D8,"")

Right now the formula only works if E8 contains a letter, I would like it
to work for a letter AND a number but cannot figure out how.

Any help would be appreciated.
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

Why not

=IF(E8<"",C8*D8,"")

HTH
Jason
Atlanta, GA

-----Original Message-----
I am using an =if function as follows: =IF

(E8"",C8*D8,"")

Right now the formula only works if E8 contains a

letter, I would like it
to work for a letter AND a number but cannot figure out

how.

Any help would be appreciated.
.

  #3   Report Post  
Paul B
 
Posts: n/a
Default

Here is one way, =IF(ISBLANK(E8),"",C8*D8)

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"drisok" wrote in message
...
I am using an =if function as follows: =IF(E8"",C8*D8,"")

Right now the formula only works if E8 contains a letter, I would like it
to work for a letter AND a number but cannot figure out how.

Any help would be appreciated.



  #4   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

Assuming you mean if E8 is NOT blank/empty

=IF(E8<"",C8*D8,"")

otherwise I don't know what you mean by E8 greater than ""


Regards,

Peo Sjoblom


"drisok" wrote:

I am using an =if function as follows: =IF(E8"",C8*D8,"")

Right now the formula only works if E8 contains a letter, I would like it
to work for a letter AND a number but cannot figure out how.

Any help would be appreciated.

  #5   Report Post  
Gord Dibben
 
Posts: n/a
Default

Try =IF(E8<"",C8*D8,"")

Which means "not equal" rather then "greater than"


Gord Dibben Excel MVP


On Wed, 29 Dec 2004 13:17:01 -0800, drisok
wrote:

I am using an =if function as follows: =IF(E8"",C8*D8,"")

Right now the formula only works if E8 contains a letter, I would like it
to work for a letter AND a number but cannot figure out how.

Any help would be appreciated.


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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Access Module coded converted to Excel Function Adam Excel Discussion (Misc queries) 1 December 23rd 04 02:48 PM
Excel function help facilities RPS Excel Discussion (Misc queries) 1 December 8th 04 02:36 AM
I cant use englisch function names in a swedich version of excel PE Excel Discussion (Misc queries) 2 December 7th 04 01:00 AM
Statistical Excel Function Question within Excel 2000... Drew H Excel Worksheet Functions 3 October 31st 04 06:55 PM


All times are GMT +1. The time now is 01:00 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"