Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
j j is offline
external usenet poster
 
Posts: 128
Default What's wrong with my formula?

It's giving me an error on the "10".

It only started giving me an error after I added the
if(abs(G3-E3)10),"Text","")


=IF(D3<F3,IF(SUM(E3,G3)$AC$5,"Text",""),if(abs(G 3-E3)10),"Text","")
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default What's wrong with my formula?

maybe...

=IF(D3<F3,IF(SUM(E3,G3)$AC$5,"Text",""),IF(ABS(G 3-E3)10,"Text",""))

(watch your ()'s)

J wrote:

It's giving me an error on the "10".

It only started giving me an error after I added the
if(abs(G3-E3)10),"Text","")

=IF(D3<F3,IF(SUM(E3,G3)$AC$5,"Text",""),if(abs(G 3-E3)10),"Text","")


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default What's wrong with my formula?

Remove the closing parens just to the right of "10",
then accept Excel's correction offer. This yields:
=IF(D3<F3,IF(SUM(E3,G3)$AC$5,"Text",""),IF(ABS(G 3-E3)10,"Text",""))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"J" wrote:
It's giving me an error on the "10".

It only started giving me an error after I added the
if(abs(G3-E3)10),"Text","")


=IF(D3<F3,IF(SUM(E3,G3)$AC$5,"Text",""),if(abs(G 3-E3)10),"Text","")

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
What is wrong with this formula? Notbefore10 New Users to Excel 14 February 20th 07 09:02 PM
What is wrong with this formula? Dan B Excel Worksheet Functions 6 September 27th 06 02:00 AM
What is wrong with formula? TMF in MN Excel Worksheet Functions 3 August 29th 06 04:38 PM
What is wrong with this formula? scott45 Excel Worksheet Functions 10 October 27th 05 06:57 PM
What is Wrong with this formula please? Issam LAdki New Users to Excel 4 March 9th 05 02:54 PM


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