Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Kev270
 
Posts: n/a
Default Can logical formulas be used to build accounts receivable workshe.

Can the IF Logical formula be used with an argument that asks if a number
falls in a rang between 2 numbers. I am trying to create an A/R Aging
worksheet. I want to use a formula that asks if the age of the invoice falls
between 31-60 days, if it does I want the dollar amount inserted in that
cell. Same for the other age ranges. I can use the IF formula only if I am
asking is a number or < than 1 number.
  #2   Report Post  
bill k
 
Posts: n/a
Default


=IF(AND(($A$9-A12)<=60,($A$9-A12)31),B12,"")

A9 has =today()
a12 is the date of invoice
b12 is amount of invoice


--
bill k


------------------------------------------------------------------------
bill k's Profile: http://www.excelforum.com/member.php...nfo&userid=821
View this thread: http://www.excelforum.com/showthread...hreadid=474400

  #3   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

use AND as well

=IF(AND(A1=date1,A1<=date2),amount,"not within date range")

--
Regards,

Peo Sjoblom

(No private emails please)


"Kev270" wrote in message
...
Can the IF Logical formula be used with an argument that asks if a number
falls in a rang between 2 numbers. I am trying to create an A/R Aging
worksheet. I want to use a formula that asks if the age of the invoice
falls
between 31-60 days, if it does I want the dollar amount inserted in that
cell. Same for the other age ranges. I can use the IF formula only if I am
asking is a number or < than 1 number.


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
Array Formulas take waaaay too long... belly0fdesire Excel Worksheet Functions 7 August 8th 05 10:11 PM
build up an array using formulas Kezze Excel Discussion (Misc queries) 0 February 15th 05 02:17 PM
build up an array using formulas Kezze Excel Discussion (Misc queries) 0 February 15th 05 02:15 PM
Problem with named formula's nathan Excel Worksheet Functions 0 January 21st 05 04:07 PM
calculating formulas for all workbooks in a folder Chad Excel Worksheet Functions 3 November 13th 04 05:22 PM


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