ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Can someone write this formula for me in Excel 2003 Language (https://www.excelbanter.com/excel-worksheet-functions/121171-can-someone-write-formula-me-excel-2003-language.html)

SJS

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

bj

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


John Bundy

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


Don Guillett

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




Pete_UK

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




All times are GMT +1. The time now is 02:34 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com