#1   Report Post  
Posted to microsoft.public.excel.misc
Bob Bob is offline
external usenet poster
 
Posts: 972
Default IF Formula

Here is a formula I need:
=IF(SUM(PreProduction!$Q7=1),"SUBMITTED"),IF(SUM(P reProduction!$Q7+PreProduction!$S7=2),"APPROVED")

The first pat of this IF formula works
=IF(SUM(PreProduction!$Q7=1),"SUBMITTED")

The second IF does not and I get an error.
What is wrong in the formula?

Thanks for your help.
Bob


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default IF Formula

=IF(SUM(PreProduction!$Q7=1),"SUBMITTED",IF(SUM(Pr eProduction!$Q7,PreProduct
ion!$S7)=2,"APPROVED",""))


--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Bob" wrote in message
...
Here is a formula I need:

=IF(SUM(PreProduction!$Q7=1),"SUBMITTED"),IF(SUM(P reProduction!$Q7+PreProduc
tion!$S7=2),"APPROVED")

The first pat of this IF formula works
=IF(SUM(PreProduction!$Q7=1),"SUBMITTED")

The second IF does not and I get an error.
What is wrong in the formula?

Thanks for your help.
Bob




  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default IF Formula

Suspect you need formula

=IF(SUM(PreProduction!$Q7=1),"SUBMITTED",IF(SUM(Pr eProduction!$Q7+PreProduct
ion!$S7=2),"APPROVED", xxxx)

in xxxx put what to do if SUM(PreProduction!$Q7=1) is neither 1 nor 2

--
Richard.

"I have yet to see any problem, however complicated, which when looked at in
the right way, did not become still more complicated"
Poul Anderson



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
Reusing formula Tony29 Excel Discussion (Misc queries) 7 September 7th 06 03:34 AM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM


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