I want a formula to calculate based on the value being in a range.
something like:
if cell A1 is >= 1000 & <= 2000 (or A1 is between 1000 & 2000) then A1 * 0.2 else 0.
I have no idea how to write it.
Thanks
[ponder]Look at this before considering a loop.
http://www.ozgrid.com/VBA/MiscVBA.htm
Place the text "Find Me" into cell IV65336 and run this code:
Sub NoLoop()
Cells.Find(What:="Find Me", After:=[A1], LookIn:=xlFormulas, _
LookAt:=xlPart, SearchOrder:=xlByRows...
[ponder]I have no idea if this can be done, or how to do it, but I would like to create a userform that does the same functions (i.e. search, add, edit) as a dataform for a database in Excel.
Using the DataForm works, but I want to customize the look & some minor button functions.
If you can...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.