Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
excel IF nested programming
Name: lksseven Date: November 19, 2005 at 07:54:40 Pacific OS: WinXPpro CPU/Ram: Pen4-512mb
Comment:
I can exceed the "7 nested IFs" in Excel, if anyone is interested.
Summary: You need to check to see if the total is more than 31,667 and if it is, then tax the 31,667 at 16%, then subtract 31,667 from the total, which will leave you with the next amount. You then check to s...
Summary: Try to add this at the very end of your Autoexec.bat file. Just swap Excel&word with ghost & part. magic :menu cls echo 1.Excel echo 2.Word set /p choice=?: if %choice% equ 1 goto Excel if %choice% e...
Summary: HI i'm making a program which runs another program to do some work, when that program is done running it writes some information to a couple files for my main program to read (wow how many times did i...