Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
bruce2444
 
Posts: n/a
Default Formula Assistance Required

I'm trying to create a formula that if (f3)*1.14 minus (h3) minus (k3) is
greater than or equal to zero, response would be "0" but if the response is
less than zero, response would be "Error" or some other message as a visual
marking that (f3)*1.14 minus (h3) minus (k3) is less than zero

I tried this but get error message

=IF(F3*1.14-H3-K3=0,0, Error)

  #2   Report Post  
Anne Troy
 
Posts: n/a
Default

=If((f3*1.14-(h3+k3))=0,0,"Error")

************
Anne Troy
www.OfficeArticles.com

"bruce2444" wrote in message
...
I'm trying to create a formula that if (f3)*1.14 minus (h3) minus (k3) is
greater than or equal to zero, response would be "0" but if the response
is
less than zero, response would be "Error" or some other message as a
visual
marking that (f3)*1.14 minus (h3) minus (k3) is less than zero

I tried this but get error message

=IF(F3*1.14-H3-K3=0,0, Error)



  #4   Report Post  
David Billigmeier
 
Posts: n/a
Default

You get an error because just typing Error confuses Excel, instead try
putting Error in quotes, like:

=IF(F3*1.14-H3-K3=0,0,"Error")

--
Regards,
Dave
<!--


"bruce2444" wrote:

I'm trying to create a formula that if (f3)*1.14 minus (h3) minus (k3) is
greater than or equal to zero, response would be "0" but if the response is
less than zero, response would be "Error" or some other message as a visual
marking that (f3)*1.14 minus (h3) minus (k3) is less than zero

I tried this but get error message

=IF(F3*1.14-H3-K3=0,0, Error)

  #5   Report Post  
bruce2444
 
Posts: n/a
Default

Thank you for your assistance

"David Billigmeier" wrote:

You get an error because just typing Error confuses Excel, instead try
putting Error in quotes, like:

=IF(F3*1.14-H3-K3=0,0,"Error")

--
Regards,
Dave
<!--


"bruce2444" wrote:

I'm trying to create a formula that if (f3)*1.14 minus (h3) minus (k3) is
greater than or equal to zero, response would be "0" but if the response is
less than zero, response would be "Error" or some other message as a visual
marking that (f3)*1.14 minus (h3) minus (k3) is less than zero

I tried this but get error message

=IF(F3*1.14-H3-K3=0,0, 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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula Assistance DougS Excel Worksheet Functions 1 March 29th 05 11:35 PM
addition to my date formula...required Juco Excel Worksheet Functions 5 January 30th 05 11:48 AM
Cell shows formula and not the result of the formula. stumpy1220 Excel Worksheet Functions 2 January 14th 05 05:11 PM
Cell doesn't show formula result - it shows formula (CTRL + ' doe. o0o0o0o Excel Worksheet Functions 6 November 19th 04 03:13 PM
Rate of return required formula Alorasdad Excel Worksheet Functions 1 November 18th 04 03:14 AM


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