LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default need help revising

=IF(D6<0,D6,IF(D9<D8,D6-D9*D7,D6-(D9*D7)))

The above is the the current formula I have, however I need to change
it a bit to get the results I need for the different variables. Here
are my conditions:

If C6<0 and C7=1 then C6, else -(C9*C7)
if C9<C8 then C6-C9*C7, else C6-(C9*C7)

I came up with this, but it says that I have too many arguments.

=IF(AND(C6<0,C7=1),C6,-(C9*C7), IF(C9<C8,C6-C9*C7,C6-(C9*C7)))

Some Excel genius out there must be able to help me.

thanks in advance

Day

 
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
excel 2003 - revising a formula to make it more accurate Doug Excel Worksheet Functions 3 June 30th 08 12:54 AM
Need help revising print range selection Joel Mills Excel Programming 4 October 29th 04 09:53 PM


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