![]() |
aged receivables
How do i write this function: if H6 is greater than or equal to 30 but less
than or equal to 60; let it be equal to F6; if not let it be equal to zero. I tried using the "IF" function as follows: =IF(H6=30<=60; F6; 0) without success. Can anyone assist? -- Mark |
aged receivables
=IF(H6=30<=60; F6; 0)
Try reframing it like this, using AND: =IF(AND(H6=30, H6<=60); F6; 0) -- Max Singapore http://savefile.com/projects/236895 Downloads:27,000 Files:200 Subscribers:70 xdemechanik --- "Mark" wrote: How do i write this function: if H6 is greater than or equal to 30 but less than or equal to 60; let it be equal to F6; if not let it be equal to zero. I tried using the "IF" function as follows: =IF(H6=30<=60; F6; 0) without success. Can anyone assist? |
aged receivables
Thank you Max...it worked
-- Mark "Max" wrote: =IF(H6=30<=60; F6; 0) Try reframing it like this, using AND: =IF(AND(H6=30, H6<=60); F6; 0) -- Max Singapore http://savefile.com/projects/236895 Downloads:27,000 Files:200 Subscribers:70 xdemechanik --- "Mark" wrote: How do i write this function: if H6 is greater than or equal to 30 but less than or equal to 60; let it be equal to F6; if not let it be equal to zero. I tried using the "IF" function as follows: =IF(H6=30<=60; F6; 0) without success. Can anyone assist? |
All times are GMT +1. The time now is 10:45 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com