![]() |
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? |
Try this:
=IF(AND(K1>DATE(2007,6,1),K1<DATE(2007,9,15)),10%, 0) |
for some reason when I post the formula it gets truncated. Emailing you....
|
Re: Stinking Excel....
Quote:
today is 39233 also edit does this work? =IF(AND(39234_<_TODAY_()_,TODAY_()_<_39340),10%,0) |
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.
|
Quote:
here's what I went with: = IF ( AND ( TODAY ( ) > = DATE ( 2007 , 6 , 1 ) , TODAY ( ) < = DATE ( 2007 , 9 , 15 ) ) , 10% , 0 ) |
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". :D 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? |
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. |
Quote:
But seriously I have no clue what you're trying to do. |
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.
|
Quote:
|
All times are GMT -8. The time now is 05:04 AM. |
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