Having a real hard time with this,able to do it in normal excel, this project I'm using vba. Here is a example of what I can not do, if you can give a a formula for this I will be real Happy.
Thank You
Having a real hard time with this,able to do it in normal excel, this project I'm using vba. Here is a example of what I can not do, if you can give a a formula for this I will be real Happy.
Thank You
Last edited by zplugger; 03-13-2009 at 01:52 PM.
sum of what?What I’m trying to do is box1 and box2 =sum
box3 and box4 =sum
box5 and box6=sum
=IF(AND(OR(BLONDE,BRUNETTE,REDHEAD),OR(MY PLACE,HER PLACE),ME),BOW-CHICKA-BOW-WOW,ANOTHER NIGHT ON THE INTERNET)
That works, took out your "Val" at the end, not too sure what you were trying to do with that. Left the rest of your code as is, not sure the basis for the /12's and the +, *, etc. You didn't explain those so I left them alone.![]()
Please Login or Register to view this content.
Try:
VAL will handle empty textboxes - if blank the code will fail (null is non-numeric)... also if you had something odd like 12 Apples it would use 12.![]()
Please Login or Register to view this content.
Last edited by DonkeyOte; 03-13-2009 at 01:32 PM.
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
Thank you very much for your time on this, it works great. I'm just learning this stuff and there is a lot of very helpful people here like you. I hope to be able some day to help other people at learning this stuff.
Yay! I got to learn something too![]()
hai... can i know where to put VAL for my code below???
txt7.Value = ((((txt9.Value - txt1.Value) * txt3.Value) - (txt3.Value - 1)) * (txt6.Value - (txt4.Value + txt5.Value)))
txt11.Value = ((txt8.Value * txt9.Value) * txt10.Value)
txt1.Value = ((8 * txt11.Value / txt3.Value) / (pi * txt2.Value)) - (4 * txt2.Value * txt2.Value / 3)
Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.
If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.
Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks