Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Matching a value, which does not exceed Min or Max.

Hi.

I am making Material Received Datasheet.

It goes like this,

Min Order Quantity..( 1000 Pcs ) = C1
Max Allowed Quantity ( 1200 Pcs ) = D1
Material Received Quantity ( for example 1100 ) = E1

Now I have to make a status or Order Received Quantity in Column F1

I wish to find a solution by putting up a formula, which shall compare
Material Received Quantity against Two Cells ( Min Order Quantity & Maximum
Allowed Quantity ).

So if we received material quantity less than order quantity, it shall
say.... Balance Pending.
Or
If we received material quantity over than the Max Allowed Quantity, it
shall say.... Extra Material Supplied.

Furthermore, if the Material Received Quantity is well within ( Min & Max )
than it should say ( formula ) Material Received.

I tried by using =IF(AND(),) Formula, but no luck.

Anybody, out there with better knowledge of Formula. Please Help me..

Bye.

Assad




  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Matching a value, which does not exceed Min or Max.

try:

=IF(E1<C1,"Balance Pending",IF(E1D1,"Extra Material Supplied","Material
Received"))

"Assad" wrote:

Hi.

I am making Material Received Datasheet.

It goes like this,

Min Order Quantity..( 1000 Pcs ) = C1
Max Allowed Quantity ( 1200 Pcs ) = D1
Material Received Quantity ( for example 1100 ) = E1

Now I have to make a status or Order Received Quantity in Column F1

I wish to find a solution by putting up a formula, which shall compare
Material Received Quantity against Two Cells ( Min Order Quantity & Maximum
Allowed Quantity ).

So if we received material quantity less than order quantity, it shall
say.... Balance Pending.
Or
If we received material quantity over than the Max Allowed Quantity, it
shall say.... Extra Material Supplied.

Furthermore, if the Material Received Quantity is well within ( Min & Max )
than it should say ( formula ) Material Received.

I tried by using =IF(AND(),) Formula, but no luck.

Anybody, out there with better knowledge of Formula. Please Help me..

Bye.

Assad




  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Matching a value, which does not exceed Min or Max.

" THANKS "

LIFE IS MUCH EASIER NOW...

IS THERE ANY EXCEL WORKING FILE WHICH COULD
CONTAIN FORMULA WITH WORKING ENVIROMENT EXAMPLE..

I HEARD ABOUT A FILE CALLED XLFDIC.XLS..

IF SOMONE KNOWS THIS OR ANYOTHER WORKING FILE, PLS TELL ME.

AGAIN THANKS FOR YOUR TIME " TOPPERS "

BYE.

ASSAD

"Toppers" wrote:

try:

=IF(E1<C1,"Balance Pending",IF(E1D1,"Extra Material Supplied","Material
Received"))

"Assad" wrote:

Hi.

I am making Material Received Datasheet.

It goes like this,

Min Order Quantity..( 1000 Pcs ) = C1
Max Allowed Quantity ( 1200 Pcs ) = D1
Material Received Quantity ( for example 1100 ) = E1

Now I have to make a status or Order Received Quantity in Column F1

I wish to find a solution by putting up a formula, which shall compare
Material Received Quantity against Two Cells ( Min Order Quantity & Maximum
Allowed Quantity ).

So if we received material quantity less than order quantity, it shall
say.... Balance Pending.
Or
If we received material quantity over than the Max Allowed Quantity, it
shall say.... Extra Material Supplied.

Furthermore, if the Material Received Quantity is well within ( Min & Max )
than it should say ( formula ) Material Received.

I tried by using =IF(AND(),) Formula, but no luck.

Anybody, out there with better knowledge of Formula. Please Help me..

Bye.

Assad




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Matching a value, which does not exceed Min or Max.

http://homepage.ntlworld.com/noneley/

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Assad" wrote in message
...
" THANKS "

LIFE IS MUCH EASIER NOW...

IS THERE ANY EXCEL WORKING FILE WHICH COULD
CONTAIN FORMULA WITH WORKING ENVIROMENT EXAMPLE..

I HEARD ABOUT A FILE CALLED XLFDIC.XLS..

IF SOMONE KNOWS THIS OR ANYOTHER WORKING FILE, PLS TELL ME.

AGAIN THANKS FOR YOUR TIME " TOPPERS "

BYE.

ASSAD

"Toppers" wrote:

try:

=IF(E1<C1,"Balance Pending",IF(E1D1,"Extra Material Supplied","Material
Received"))

"Assad" wrote:

Hi.

I am making Material Received Datasheet.

It goes like this,

Min Order Quantity..( 1000 Pcs ) = C1
Max Allowed Quantity ( 1200 Pcs ) = D1
Material Received Quantity ( for example 1100 ) = E1

Now I have to make a status or Order Received Quantity in Column F1

I wish to find a solution by putting up a formula, which shall compare
Material Received Quantity against Two Cells ( Min Order Quantity &
Maximum
Allowed Quantity ).

So if we received material quantity less than order quantity, it shall
say.... Balance Pending.
Or
If we received material quantity over than the Max Allowed Quantity, it
shall say.... Extra Material Supplied.

Furthermore, if the Material Received Quantity is well within ( Min &
Max )
than it should say ( formula ) Material Received.

I tried by using =IF(AND(),) Formula, but no luck.

Anybody, out there with better knowledge of Formula. Please Help me..

Bye.

Assad






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
Excel columns do they exceed IV? James Dalton Excel Worksheet Functions 6 June 10th 07 10:12 PM
Exceed Scale MarkN Charts and Charting in Excel 5 November 12th 06 09:29 PM
The number of hours in a day cannot exceed 24... TheBeowulf Excel Worksheet Functions 2 September 20th 05 09:09 PM
exceed maximum rows doco Excel Discussion (Misc queries) 3 January 9th 05 10:22 PM
determining slopes that exceed x JZip Excel Discussion (Misc queries) 0 January 6th 05 07:31 PM


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