Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 52
Default Adding an aditional forumla to this one

Hi Guys

Had some great help yesterday on here from Bob Phillips (Thanks again Bob)

I know have the following formula that works great.

=IF(AND($C$66=2,--TEXT($D$66,"yyyymm")<=--TEXT(O3-DAY(O3)+1,"yyyymm")),LOOKUP(DATEDIF($D$66,O3+1,"M" ),{0,4,8}, {0,0.7,1})*$F$66,0)

But I need 1 last element added to it and can't seem to get it right.

Basically the above formula works if C66=2,

BUT if B66 doesnt = 2 I need to apply this
IF($G44<O3,$F66,"")

Thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default Adding an aditional forumla to this one

BUT if B66 doesnt = 2 I need to apply this
Do you mean C66?

If so, try:
=IF(AND($C$66=2,--TEXT($D$66,"yyyymm")<=--TEXT(O3-DAY(O3)+1,"yyyymm")),LOOKUP(DATEDIF($D$66,O3+1,"M" ),{0,4,8},
{0,0.7,1})*$F$66,IF($G44<O3,$F66,""))

Regards,
Fred

"Mark D" wrote in message
...
Hi Guys

Had some great help yesterday on here from Bob Phillips (Thanks again Bob)

I know have the following formula that works great.

=IF(AND($C$66=2,--TEXT($D$66,"yyyymm")<=--TEXT(O3-DAY(O3)+1,"yyyymm")),LOOKUP(DATEDIF($D$66,O3+1,"M" ),{0,4,8},
{0,0.7,1})*$F$66,0)

But I need 1 last element added to it and can't seem to get it right.

Basically the above formula works if C66=2,

BUT if B66 doesnt = 2 I need to apply this
IF($G44<O3,$F66,"")

Thanks in advance


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 834
Default Adding an aditional forumla to this one

I answered in the original thread.

--

HTH

Bob

"Mark D" wrote in message
...
Hi Guys

Had some great help yesterday on here from Bob Phillips (Thanks again Bob)

I know have the following formula that works great.

=IF(AND($C$66=2,--TEXT($D$66,"yyyymm")<=--TEXT(O3-DAY(O3)+1,"yyyymm")),LOOKUP(DATEDIF($D$66,O3+1,"M" ),{0,4,8},
{0,0.7,1})*$F$66,0)

But I need 1 last element added to it and can't seem to get it right.

Basically the above formula works if C66=2,

BUT if B66 doesnt = 2 I need to apply this
IF($G44<O3,$F66,"")

Thanks in advance



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default Adding an aditional forumla to this one

hi,
try

=IF(AND($C$66=2,--TEXT($D$66,"yyyymm")<=--TEXT(O3-DAY(O3)+1,"yyyymm")),LOOKUP(DATEDIF($D$66,O3+1,"M" ),{0,4,8}, {0,0.7,1})*$F$66,IF($G44<O3,$F66,""))

"Mark D" wrote:

Hi Guys

Had some great help yesterday on here from Bob Phillips (Thanks again Bob)

I know have the following formula that works great.

=IF(AND($C$66=2,--TEXT($D$66,"yyyymm")<=--TEXT(O3-DAY(O3)+1,"yyyymm")),LOOKUP(DATEDIF($D$66,O3+1,"M" ),{0,4,8}, {0,0.7,1})*$F$66,0)

But I need 1 last element added to it and can't seem to get it right.

Basically the above formula works if C66=2,

BUT if B66 doesnt = 2 I need to apply this
IF($G44<O3,$F66,"")

Thanks in advance

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 52
Default Adding an aditional forumla to this one

Sorry Fred yes I meant C66,

"Fred Smith" wrote:

BUT if B66 doesnt = 2 I need to apply this

Do you mean C66?

If so, try:
=IF(AND($C$66=2,--TEXT($D$66,"yyyymm")<=--TEXT(O3-DAY(O3)+1,"yyyymm")),LOOKUP(DATEDIF($D$66,O3+1,"M" ),{0,4,8},
{0,0.7,1})*$F$66,IF($G44<O3,$F66,""))

Regards,
Fred

"Mark D" wrote in message
...
Hi Guys

Had some great help yesterday on here from Bob Phillips (Thanks again Bob)

I know have the following formula that works great.

=IF(AND($C$66=2,--TEXT($D$66,"yyyymm")<=--TEXT(O3-DAY(O3)+1,"yyyymm")),LOOKUP(DATEDIF($D$66,O3+1,"M" ),{0,4,8},
{0,0.7,1})*$F$66,0)

But I need 1 last element added to it and can't seem to get it right.

Basically the above formula works if C66=2,

BUT if B66 doesnt = 2 I need to apply this
IF($G44<O3,$F66,"")

Thanks in advance


.

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
-/+ forumla gma Excel Worksheet Functions 4 December 29th 09 02:54 PM
Chart that will expand to aditional rows pokdbz Charts and Charting in Excel 3 June 8th 06 03:06 PM
Help with Forumla WeSt39 Excel Worksheet Functions 2 March 20th 06 11:22 PM
adding row to forumla carrera Excel Discussion (Misc queries) 9 August 23rd 05 10:24 PM
adding aditional taxes Mr. M Excel Discussion (Misc queries) 0 July 20th 05 12:29 PM


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