Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Bojana
 
Posts: n/a
Default How to simplify this IF formula

All,

I have this formula:
=IF(C99$B$61;0;
IF(C99=$B$19;(($B$13*$B$75)*$D$23/$E$23*365/4000);IF(C99$B$19;(($B$13*$B$75)*365/4000);0)))

Is there a way to simplify it? The placement of data is fixed, I cannot
change the cells I am using.

Any ideas?
  #2   Report Post  
Bob Tarburton
 
Posts: n/a
Default

Hey Bojana

Try this
=IF(OR(C99$B$61,C99<$B$19),0,$B$13*$B$75*0.09125* IF(C99=$B$19,$D$23/$E$23,1))

note that substitutibg 0.09125 for 365/4000 doesn't save you much


On Fri, 4 Mar 2005 07:39:03 -0800, Bojana
wrote:

All,

I have this formula:
=IF(C99$B$61;0;
IF(C99=$B$19;(($B$13*$B$75)*$D$23/$E$23*365/4000);IF(C99$B$19;(($B$13*$B$75)*365/4000);0)))

Is there a way to simplify it? The placement of data is fixed, I cannot
change the cells I am using.

Any ideas?


  #3   Report Post  
Arvi Laanemets
 
Posts: n/a
Default

Hi


=((C99=$B$61)*($D$23/$E$23)+AND(C99<$B$61;C99$B$19))*($B$13*$B$75*365)/4000


Arvi Laanemets


"Bojana" wrote in message
...
All,

I have this formula:
=IF(C99$B$61;0;

IF(C99=$B$19;(($B$13*$B$75)*$D$23/$E$23*365/4000);IF(C99$B$19;(($B$13*$B$75
)*365/4000);0)))

Is there a way to simplify it? The placement of data is fixed, I cannot
change the cells I am using.

Any ideas?



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
IF & VLOOKUP FORMULA taxmom Excel Worksheet Functions 3 March 2nd 05 03:35 PM
Problem with VBA returning the contents of a long formula. [email protected] Excel Discussion (Misc queries) 2 February 23rd 05 12:14 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
revert formula insertion to old method Don't be a pain in the ass Setting up and Configuration of Excel 0 January 24th 05 01:49 PM
Help with macro formula and variable Huge project Excel Worksheet Functions 0 December 28th 04 01:27 AM


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