View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.misc
Eduardo Eduardo is offline
external usenet poster
 
Posts: 2,276
Default Multiple if formula

Hi Tuf, if it helped you please check the box where it says the answer was
helpful. thank you

"TUF" wrote:

Thanks

That's doen the trick

"Eduardo" wrote:

Hi Tuf,
I understand now what you want to do, so your formula will be asuming your
first cell is J6 and the month are in J4

=IF(AND(J$4=$G5,J$4<=$F5),I5,"")

Formula will validate both conditions, first greater or equal to the month
you have incurred into the expense and the 2nd condition will validate the
expire date entered in column F

"TUF" wrote:

Hi Eduardo,

Col G represents the month of Expense was first incurred, i.e Apr 08
Col J is the beginning of the monthly columns, i.e Jan 08, Feb 08 etc
Col I is the monthly expense

So the current formula calculates which month the expense should start from,
however I want to include a further argument using Col F which represents
when the monthly expense is due to stop so that the monthly expense does not
go further than the column which represents the last month of the expense
cycle, i.e 6 months.

Thanks