Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
SJS SJS is offline
external usenet poster
 
Posts: 20
Default Can someone write this formula for me in Excel 2003 Language

I want to do this formula: IF H4 = 0 and I4 is than 0, then M4 = K4 times
L4. Can someone help me out by putting it in Excel 2003 language? I sure
wish Excel thought the way I do.
--
SJS
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bj bj is offline
external usenet poster
 
Posts: 1,397
Default Can someone write this formula for me in Excel 2003 Language

in M4 enter
if(and(H4=0,I4<0),K4*L4,"other")

"SJS" wrote:

I want to do this formula: IF H4 = 0 and I4 is than 0, then M4 = K4 times
L4. Can someone help me out by putting it in Excel 2003 language? I sure
wish Excel thought the way I do.
--
SJS

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 125
Default Can someone write this formula for me in Excel 2003 Language

This does it if the calculation is in cell M4

=IF(H4=0, IF(I40,K4*L4,""),"")

-John

"SJS" wrote:

I want to do this formula: IF H4 = 0 and I4 is than 0, then M4 = K4 times
L4. Can someone help me out by putting it in Excel 2003 language? I sure
wish Excel thought the way I do.
--
SJS

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default Can someone write this formula for me in Excel 2003 Language

It does. Look in the help index for

IF

--
Don Guillett
SalesAid Software

"SJS" wrote in message
...
I want to do this formula: IF H4 = 0 and I4 is than 0, then M4 = K4
times
L4. Can someone help me out by putting it in Excel 2003 language? I sure
wish Excel thought the way I do.
--
SJS



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Can someone write this formula for me in Excel 2003 Language

If that answer is a bit too obscure for you, then enter this in cell
M4:

=IF(AND(H4=0,I40),K4*L4,"")

If the condition is not met then the cell will appear blank with this
formula.

Hope this helps.

Pete

Don Guillett wrote:

It does. Look in the help index for

IF

--
Don Guillett
SalesAid Software

"SJS" wrote in message
...
I want to do this formula: IF H4 = 0 and I4 is than 0, then M4 = K4
times
L4. Can someone help me out by putting it in Excel 2003 language? I sure
wish Excel thought the way I do.
--
SJS




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
Using Excel 2000 VBA Application on Excel 2003 Excel Worksheet Functions 0 August 8th 06 02:36 AM
How do I write this formula in Excel? woodie Excel Worksheet Functions 3 June 18th 06 01:53 PM
protecting formula cells in excel 2003 [email protected] Excel Discussion (Misc queries) 2 March 14th 06 07:24 PM
sum formula not working, producing incorrect answers Excel 2003 crzyg8r Excel Discussion (Misc queries) 5 January 14th 06 09:09 PM
How do I get the formula bar in excel 2003 unionhall Excel Discussion (Misc queries) 1 February 17th 05 10:10 AM


All times are GMT +1. The time now is 09:50 AM.

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

About Us

"It's about Microsoft Excel"