Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Need to add to this formula to first check the value in cell(h3) if it is a
credit do not use the formula below and return the value in H3, if the value is greater than 0 use this formula =IF($Q$2=($G3+1),IF($Q$2<=($G3+30),$H3,""),"") Q2 is a user entered date and g3 is the invoice date, H3 is the invoice amount. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
assume credits are negative
=if(h3<0,h3,if(and($Q$2=$G3+1,$Q$2<=$G3+30),h3,"" )) Or if(or(h3<0,and($Q$2=$G3+1,$Q$2<=$G3+30)),h3,"") Let me know if that helps.... -- Wag more, bark less "Sue" wrote: Need to add to this formula to first check the value in cell(h3) if it is a credit do not use the formula below and return the value in H3, if the value is greater than 0 use this formula =IF($Q$2=($G3+1),IF($Q$2<=($G3+30),$H3,""),"") Q2 is a user entered date and g3 is the invoice date, H3 is the invoice amount. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Mutliple Criteria Count function | Excel Worksheet Functions | |||
Formula reflecting mutliple results | Excel Discussion (Misc queries) | |||
ranking by mutliple categories | Excel Worksheet Functions | |||
Pivot table using mutliple worksheets | Excel Discussion (Misc queries) | |||
How do I put mutliple amortization templates in same file | Charts and Charting in Excel |