Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
braydon16
 
Posts: n/a
Default Multiple criteria if statement


I have a number of units, a rate per month these units are absorbed, and
a cost per unit of absorption; not to mention a date function coinciding
with them. I need to subtract the units at the given rate per month
beginning with the specified first month. I need to use up no more than
the total number of units.


--
braydon16
------------------------------------------------------------------------
braydon16's Profile: http://www.excelforum.com/member.php...o&userid=35643
View this thread: http://www.excelforum.com/showthread...hreadid=554300

  #2   Report Post  
Posted to microsoft.public.excel.misc
macquarl
 
Posts: n/a
Default Multiple criteria if statement


I managed to move this one along a little...but it still needs help.

by adding two columns (one that divides the number of unit by the rate)
and another that adds the start date and the newly created units/rate
calc) I was able to estimate the ending date. By modifying the IF
statement so it looks like this :
=IF(EOMONTH(I$1,0)=EOMONTH($E2,0),IF(EOMONTH(I$1, 0)<=EOMONTH($H2,0),$D2*$F2,0),0)
It will only calculate the between the months in the start and end
month columns else it will put in a zero.

The only problem that is left is that there isn't an even amount of
numbers so the final months calculation is off by whatever the decimal
amount is.

Sorry I couldn't completely solve it but at least here is something to
work with.


--
macquarl
------------------------------------------------------------------------
macquarl's Profile: http://www.excelforum.com/member.php...o&userid=26388
View this thread: http://www.excelforum.com/showthread...hreadid=554300

  #3   Report Post  
Posted to microsoft.public.excel.misc
braydon16
 
Posts: n/a
Default Multiple criteria if statement


This has seemed to be a real challenge. Anyone with some insight would
be greatly appreciated.


--
braydon16
------------------------------------------------------------------------
braydon16's Profile: http://www.excelforum.com/member.php...o&userid=35643
View this thread: http://www.excelforum.com/showthread...hreadid=554300

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
return multiple rows of data based on criteria steve_sr2 Excel Worksheet Functions 8 May 20th 23 07:47 PM
Count Unique Values with Multiple Criteria JohnV Excel Worksheet Functions 3 April 17th 06 06:00 PM
Multiple Criteria for Conditional Formatting Dave Y Excel Worksheet Functions 4 March 21st 06 06:38 PM
Multiple if criteria in one statement (if/sumproduct) thekovinc Excel Discussion (Misc queries) 3 February 17th 06 08:22 PM
Counting Using Multiple Criteria mhall5 Excel Worksheet Functions 4 January 3rd 06 11:47 PM


All times are GMT +1. The time now is 03:12 AM.

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"