W
Woof
Hi,
I'm wonderind if anyone can help me with a more robust formula than
currently have.
I want to have a price list where the formula only generates vali
prices for a defined period of time.
Currently my formula does this.
1) Takes =now() as the current time
2) compares =now() to my set 'EXPIRY TIME'
3) IF =NOW() < EXPIRY TIME = TRUE, if =NOW() > EXPIRY TIME = FALSE.
4) IF TRUE = Display price, IF FALSE = DISPLAY "PRICE EXPIRED"
The problem is, the user only has to change the system time and pres
F9 to work around this.
For this project i can't access a external data source to harmonis
data.
And i don't have any knowledge of VBA.
Is there any other way of doing this?
Does anyone have any suggestions for a similar method which is mor
robust.
Any help would be much appreciated
I'm wonderind if anyone can help me with a more robust formula than
currently have.
I want to have a price list where the formula only generates vali
prices for a defined period of time.
Currently my formula does this.
1) Takes =now() as the current time
2) compares =now() to my set 'EXPIRY TIME'
3) IF =NOW() < EXPIRY TIME = TRUE, if =NOW() > EXPIRY TIME = FALSE.
4) IF TRUE = Display price, IF FALSE = DISPLAY "PRICE EXPIRED"
The problem is, the user only has to change the system time and pres
F9 to work around this.
For this project i can't access a external data source to harmonis
data.
And i don't have any knowledge of VBA.
Is there any other way of doing this?
Does anyone have any suggestions for a similar method which is mor
robust.
Any help would be much appreciated
