Pelican Parts
Parts Catalog Accessories Catalog How To Articles Tech Forums
Call Pelican Parts at 888-280-7799
Shopping Cart Cart | Project List | Order Status | Help



Go Back   Pelican Parts Forums > Miscellaneous and Off Topic Forums > Off Topic Discussions


Reply
 
LinkBack Thread Tools Rating: Thread Rating: 1 votes, 1.00 average.
Author
Thread Post New Thread    Reply
time wasting tosser
 
Highlander179's Avatar
 
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..
Old 05-31-2007, 12:06 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #1 (permalink)
Alter Ego Racing
 
ErVikingo's Avatar
 
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..
Old 05-31-2007, 12:15 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #2 (permalink)
Alter Ego Racing
 
ErVikingo's Avatar
 
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
Old 05-31-2007, 12:18 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #3 (permalink)
Registered
 
Join Date: May 2002
Location: St Louis
Posts: 4,211
Re: Stinking Excel....

Quote:
Originally posted by Highlander179
Why wont this work?

39234_<_TODAY_()_<_39340
Is that a valid logical test in XL?


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..
Old 05-31-2007, 01:04 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #4 (permalink)
canna change law physics
 
red-beard's Avatar
 
Join Date: Jul 2000
Location: Houston, Tejas
Posts: 43,366
Garage
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
Old 05-31-2007, 01:22 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #5 (permalink)
time wasting tosser
 
Highlander179's Avatar
 
Join Date: Oct 2003
Location: oHIo
Posts: 2,608
Quote:
Originally posted by red-beard
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.
yup, that was the problem I wasn't seeing. thanks

here's what I went with:
= IF ( AND ( TODAY ( ) > = DATE ( 2007 , 6 , 1 ) , TODAY ( ) < = DATE ( 2007 , 9 , 15 ) ) , 10% , 0 )
Old 06-01-2007, 05:29 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #6 (permalink)
 
time wasting tosser
 
Highlander179's Avatar
 
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?
Old 06-25-2007, 12:14 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #7 (permalink)
Registered
 
Oracle's Avatar
 
Join Date: Jun 2003
Location: Calgary Alberta, CANADA
Posts: 2,113
Quote:
Originally posted by Highlander179
do you guys have any other ideas that may make this "order entry" process as step-less as possible?
I'm not an Excel expert but I know when users are over-using a spreadsheet, this is one clear example when I sit with the user and explain that there are other software capable of doing all that and more.

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
Old 06-25-2007, 01:09 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #8 (permalink)
Registered
 
Join Date: May 2002
Location: St Louis
Posts: 4,211
Quote:
Originally posted by Highlander179
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?
I'd post-filter the pre-filtered filtered input.

But seriously I have no clue what you're trying to do.
Old 06-25-2007, 01:58 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #9 (permalink)
<insert witty title here>
 
Christien's Avatar
 
Join Date: Nov 2004
Location: Hamilton, Ont.
Posts: 7,000
Garage
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
Old 06-25-2007, 06:15 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #10 (permalink)
time wasting tosser
 
Highlander179's Avatar
 
Join Date: Oct 2003
Location: oHIo
Posts: 2,608
Quote:
Originally posted by Oracle
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.
Oh I hear ya, but this company is waaay too old school and cheap to boot. We manufacture artists' grade oil paints with 150 year old formulas the way the old masters use to(we are the old masters). Just getting them to use excel took leaps and bounds. They wont even think of bringing in an IT Admin. Its a highly profitable English company run on shoe strings and Band-Aids.


Last edited by Highlander179; 06-25-2007 at 06:26 PM..
Old 06-25-2007, 06:21 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #11 (permalink)
Reply

Thread Tools
Rate This Thread
Rate This Thread:

 


All times are GMT -8. The time now is 01:15 PM.


 
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0
Copyright 2025 Pelican Parts, LLC - Posts may be archived for display on the Pelican Parts Website -    DMCA Registered Agent Contact Page
 

DTO Garage Plus vBulletin Plugins by Drive Thru Online, Inc.