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.
I'm trying to figure out the IF statement on Excel. I can't seem to figure out how to return something other then a text result. I need to input another formula. I have the Logical_test as f5>200 and I want, if it's true, to multiply the number in cell f5 by 4.1 and if it's false to multiply it by 4.4!! How in the world do I write it?!?!
Summary: No Problem. For the IF statements, you would need to do an actual logical test. The code that you wrote was almost correct, but you had "," between the cell(s) that you wanted to test and the value...
Summary: I have trouble creating an if statement that, when value of the logical test is true will delete the entire row example: =if(A2=” ”) then delete row 2 ...
Summary: Hi there This forum has been a real help, I had to create a really complicated batch file that would search for and add specific lines of text within the firewall.ini of Blackice on W2K and XP machine...