Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 3
Default Cutting out a process

Hi,

So before I asked a question:http://www.excelbanter.com/showthread.php?t=445627, which has now been solved.

Continuing on from this however, I now need to cut out a process. Currently I have this formula "=IF(L181<2400,$M$180*H181/$B$255,0)". The cell B255 contains the formula "=SUMIF(L$181:L$234,"<2400",$H$181:$H$234)".

Basically, I want to cut out the cell B255 and have the whole thing in one formula. Is this possible and how would I do this?

Thanks
  #2   Report Post  
Senior Member
 
Posts: 663
Default

Quote:
Originally Posted by FooFighter616 View Post
Hi,

So before I asked a question:http://www.excelbanter.com/showthread.php?t=445627, which has now been solved.

Continuing on from this however, I now need to cut out a process. Currently I have this formula "=IF(L181<2400,$M$180*H181/$B$255,0)". The cell B255 contains the formula "=SUMIF(L$181:L$234,"<2400",$H$181:$H$234)".

Basically, I want to cut out the cell B255 and have the whole thing in one formula. Is this possible and how would I do this?

Thanks
You could try....

=IF(L181<2400,$M$180*H181/SUMIF(L$181:L$234,"<2400",$H$181:$H$234))

Although I'm not a fan of SUMIF, I prefer SUMPRODUCT as it's easier to read when you have multiple conditions in the formula, so I would use

=IF(L181<2400,$M$180*H181/SUMPRODUCT(--(L$181:L$234<2400),$H$181:$H$234))
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
Redirection After Cutting dnamertz Excel Discussion (Misc queries) 4 January 12th 11 02:59 AM
Bar Cutting Optimization???? sajferris[_2_] Excel Programming 1 August 11th 06 09:01 AM
cutting text Aaron Excel Discussion (Misc queries) 1 December 15th 05 04:13 PM
How to count process running time ( process not finished) miao jie Excel Programming 0 January 13th 05 09:23 AM
How to count process running time ( process not finished) miao jie Excel Programming 2 January 12th 05 06:01 AM


All times are GMT +1. The time now is 09:35 PM.

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"