Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Michael NYC
 
Posts: n/a
Default Can I use IF statement with a formula?

I am trying to create a condtiona statement that permits me to process and
equation if the value is true. For example:

=IF(D20="Yes","(D11*E20*D4)","NA")

But can't get it to work. I appreciate any help.
  #2   Report Post  
Max
 
Posts: n/a
Default

=IF(D20="Yes","(D11*E20*D4)","NA")

Remove the double quotes (and the parens as well)
from: .. "(D11*E20*D4)" ... , viz, try:

=IF(D20="Yes",D11*E20*D4,"NA")

--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--
"Michael NYC" wrote in message
...
I am trying to create a condtiona statement that permits me to process and
equation if the value is true. For example:

=IF(D20="Yes","(D11*E20*D4)","NA")

But can't get it to work. I appreciate any help.



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
if statement formula Marlis Excel Discussion (Misc queries) 2 August 17th 05 04:57 AM
if statement pwoodix Excel Worksheet Functions 3 August 16th 05 12:40 PM
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
=IF Statement formula or conditional formatting Abi Excel Worksheet Functions 6 January 18th 05 01:06 PM


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