#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 58
Default Formula Help

I am looking to do the following but have not had any luck using the and
function Can anyone help?
This is what I want to do.

=IF(E19<0)
AND(G19=0)
AND(F190)
THEN C19*E19
ELSE 0

THANKS IN ADVANCE

Ed Davis

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 695
Default Formula Help

=IF(AND(E19<0,F190,G19=0),C19*E19,0)


"Ed Davis" skrev:

I am looking to do the following but have not had any luck using the and
function Can anyone help?
This is what I want to do.

=IF(E19<0)
AND(G19=0)
AND(F190)
THEN C19*E19
ELSE 0

THANKS IN ADVANCE

Ed Davis

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 37
Default Formula Help

try:
=(E19<0)*(G19=0)*(F190)*(C19*E19)

--
Regards,

Sebation.G
"Ed Davis"
...
I am looking to do the following but have not had any luck using the and
function Can anyone help?
This is what I want to do.

=IF(E19<0)
AND(G19=0)
AND(F190)
THEN C19*E19
ELSE 0

THANKS IN ADVANCE

Ed Davis



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



All times are GMT +1. The time now is 10:20 PM.

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"