A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

logic doubts



 
 
Thread Tools Display Modes
  #1  
Old June 11th, 2004, 08:48 PM
nowfal
external usenet poster
 
Posts: n/a
Default logic doubts

I am using a work sheet for billing purpose, for that i need some
security options for certain cells where i put currency rates,
the format is as follows:

A B C D E
F
DATE P/S CURRENCY QANTTY RATE AMOUNT
11/4/4 P USD 100 .382
38.200

In the B column if i put p(purchase) and in C suppose i put the
currency as USD i wanted the rate should be within .380 and .384. If
I put .385 the cell should not accept or otherwise i have to get some
warning message.

Is there any formula or conditional formula which i can apply for
several currency selection. The B colomn P for purchase and S for
Sale.

thanks in advance.
nowfal


---
Message posted from http://www.ExcelForum.com/

  #2  
Old June 11th, 2004, 08:56 PM
Frank Kabel
external usenet poster
 
Posts: n/a
Default logic doubts

Hi
use 'Data - Validation' for this. See:
http://www.contextures.com/xlDataVal01.html

--
Regards
Frank Kabel
Frankfurt, Germany


I am using a work sheet for billing purpose, for that i need some
security options for certain cells where i put currency rates,
the format is as follows:

A B C D E
F
DATE P/S CURRENCY QANTTY RATE AMOUNT
11/4/4 P USD 100 .382
38.200

In the B column if i put p(purchase) and in C suppose i put the
currency as USD i wanted the rate should be within .380 and .384.

If
I put .385 the cell should not accept or otherwise i have to get some
warning message.

Is there any formula or conditional formula which i can apply for
several currency selection. The B colomn P for purchase and S for
Sale.

thanks in advance.
nowfal


---
Message posted from http://www.ExcelForum.com/


  #3  
Old June 12th, 2004, 11:25 AM
nowfal
external usenet poster
 
Posts: n/a
Default logic doubts

As Mr.Fank said, i had go through the validation process there again i
am getting confused and not getting the result what i wanted.
In coloumn A ; DATE
coloumn B ; PURCHASE
coloumn C : CURRENCY
coloumn D : QUANTITY
coloumn E ; RATE
coloumn F : AMOUNT

My question is if coloumn B is PURCHASE and in coloumn C is having USD
, i wanted to set the rate in colomn E as between 0.380 and 0.384 . If
i am doing that through validation, there is a custom selection but
there i need to put some formula, that i couldn't able to create. if
somebody helps it is good and nice.
by
nowfal


---
Message posted from http://www.ExcelForum.com/

  #4  
Old June 13th, 2004, 11:26 AM
Aladin Akyurek
external usenet poster
 
Posts: n/a
Default logic doubts

Do you have a rate table sorted on Currency like this

EURO ...
STERLING ...
USD .382
YEN ...
etc.?

If you do, you could apply a custom data validation on E... something like
this:

=E2=LOOKUP(C2,RATES)

where RATES the name of the sorted rate table.

"nowfal " wrote in message
...
I am using a work sheet for billing purpose, for that i need some
security options for certain cells where i put currency rates,
the format is as follows:

A B C D E
F
DATE P/S CURRENCY QANTTY RATE AMOUNT
11/4/4 P USD 100 .382
38.200

In the B column if i put p(purchase) and in C suppose i put the
currency as USD i wanted the rate should be within .380 and .384. If
I put .385 the cell should not accept or otherwise i have to get some
warning message.

Is there any formula or conditional formula which i can apply for
several currency selection. The B colomn P for purchase and S for
Sale.

thanks in advance.
nowfal


---
Message posted from http://www.ExcelForum.com/



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:41 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.