#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 989
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default 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?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 989
Default 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?

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
how to create a self calcuating aged receivables? Mark Excel Discussion (Misc queries) 0 November 3rd 09 08:10 PM
Std Dev of Aged Inventory LB Excel Worksheet Functions 3 May 5th 09 01:18 AM
Duplicate=Aged Oscar Excel Worksheet Functions 1 December 18th 08 05:41 PM
Create an aged column Grd Excel Worksheet Functions 6 April 10th 08 11:08 PM
template for receivables and payables kmitch Excel Discussion (Misc queries) 1 April 10th 06 11:30 AM


All times are GMT +1. The time now is 01:46 PM.

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"