Help!

aged receivables

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> General Discussions RSS
Next:  Junk Folder  
Author Message
Mark
External


Since: Aug 15, 2006
Posts: 343



PostPosted: Wed Nov 04, 2009 5:54 am    Post subject: aged receivables
Archived from groups: microsoft>public>excel>misc (more info?)

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
Back to top
Max
External


Since: Mar 17, 2004
Posts: 1751



PostPosted: Wed Nov 04, 2009 6:10 am    Post subject: Re: aged receivables [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> =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?
Back to top
Mark
External


Since: Aug 15, 2006
Posts: 343



PostPosted: Wed Nov 04, 2009 6:59 am    Post subject: Re: aged receivables [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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?
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> General Discussions All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum