![]() |
|
|
|
time wasting tosser
Join Date: Oct 2003
Location: oHIo
Posts: 2,608
|
Stinking Excel....
Why wont this work?
= IF_(_39234_<_TODAY_()_<_39340_,_10%_,_0_) with the _ removed or this? =IF(AND(K1>6/1/2007,K1<9/15/2007),10%,0) K1=9/01/2007 and why wont that show up properly? Last edited by Highlander179; 05-31-2007 at 12:08 PM.. |
||
![]() |
|
Alter Ego Racing
Join Date: May 2002
Location: Florida
Posts: 5,553
|
Try this: =IF(AND(K1>DATE(2007,6,1),K1
__________________
International GT Champion; Porsche GT3 Cup Trophy Champion; Klub Sport Challenge Champion; Rolex Vintage Endurance Series Champion; PCA Club Racing Champion; National Vintage Racing Champion Last edited by ErVikingo; 05-31-2007 at 12:17 PM.. |
||
![]() |
|
Alter Ego Racing
Join Date: May 2002
Location: Florida
Posts: 5,553
|
for some reason when I post the formula it gets truncated. Emailing you....
__________________
International GT Champion; Porsche GT3 Cup Trophy Champion; Klub Sport Challenge Champion; Rolex Vintage Endurance Series Champion; PCA Club Racing Champion; National Vintage Racing Champion |
||
![]() |
|
Registered
Join Date: May 2002
Location: St Louis
Posts: 4,211
|
Re: Stinking Excel....
Quote:
today is 39233 also edit does this work? =IF(AND(39234_<_TODAY_()_,TODAY_()_<_39340),10%,0) Last edited by rick-l; 05-31-2007 at 01:25 PM.. |
||
![]() |
|
canna change law physics
|
the second equation works, but you need to use the numeric values for the dates, not the formated version, as it is being interpreted as a math equation instead of a date.
__________________
James The pessimist complains about the wind; the optimist expects it to change; the engineer adjusts the sails.- William Arthur Ward (1921-1994) Red-beard for President, 2020 |
||
![]() |
|
time wasting tosser
Join Date: Oct 2003
Location: oHIo
Posts: 2,608
|
Quote:
here's what I went with: = IF ( AND ( TODAY ( ) > = DATE ( 2007 , 6 , 1 ) , TODAY ( ) < = DATE ( 2007 , 9 , 15 ) ) , 10% , 0 ) |
||
![]() |
|
![]() |
time wasting tosser
Join Date: Oct 2003
Location: oHIo
Posts: 2,608
|
OK, so I got another brain-teaser, for me, at least.
I have a worksheet named "Order Form"; column A is order quantity and column B is part number, and the rest of the columns are for misc. stuff like UPC, MOQ, weights, measurements, msrp, sell price that customers use for information. I want to strip out the data for order qty and item number and put it onto a new worksheet called... lets say its called "EDI". ![]() so, on this new worksheet I have a formula that reads = B1 and another that reads = C1 which basically pulls info to it. There are 9000 items, so then once a order is entered on the order form, I go to the EDI tab and filter for every order qty greater than zero. submit form. NOW TO MY QUESTION: is there a way to reverse filter a pre-filtered list so that once an order qty has been entered, the corresponding line "infilters itself" or do you guys have any other ideas that may make this "order entry" process as step-less as possible? |
||
![]() |
|
Registered
Join Date: Jun 2003
Location: Calgary Alberta, CANADA
Posts: 2,113
|
Quote:
My suggestion to you is to consider talking to someone with SQL knowledge and I'm pretty sure a database will give you everything you need. Let's not forget that Excel is a mighty program but there are specialized software for other stuff.
__________________
We're all in the gutter,but some of us are looking at the stars. -Oscar Wilde |
||
![]() |
|
Registered
Join Date: May 2002
Location: St Louis
Posts: 4,211
|
Quote:
But seriously I have no clue what you're trying to do. |
||
![]() |
|
<insert witty title here>
|
If you're stuck and don't get answers here, try the forum at mrexcel.com - I've been stumped several times trying to do (what seems to me to be) extremely complex things in Excel (I also hate it, but realize its usefulness). The forum over there is slow, but good. It sometimes takes a couple days to get the right answer, but I've always got one eventually.
__________________
Current: 1987 911 cabrio Past: 1972 911t 3.0, 1986 911, 1983 944, 1999 Boxster |
||
![]() |
|
time wasting tosser
Join Date: Oct 2003
Location: oHIo
Posts: 2,608
|
Quote:
Last edited by Highlander179; 06-25-2007 at 06:26 PM.. |
||
![]() |
|