Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default I need help with a formula

I have create a formula that calculates everytime I mark x on m5 or q5 should
calculate the following: =IF(M5="x",(W47*140%),"") and I obtain good
results, but when I change my formula to read the following:
=IF(M5="x",(W47*140%),""),if=(Q5="x",(W47*140%),"" ) I encounter a
#value(error)
Can you help me find my error
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 747
Default I need help with a formula

Try:

=IF(M5="x",W47*140%,IF(Q5="x",W47*140%,""))

Greg

"Frances C" wrote:

I have create a formula that calculates everytime I mark x on m5 or q5 should
calculate the following: =IF(M5="x",(W47*140%),"") and I obtain good
results, but when I change my formula to read the following:
=IF(M5="x",(W47*140%),""),if=(Q5="x",(W47*140%),"" ) I encounter a
#value(error)
Can you help me find my error

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 09:06 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"