Microsoft
Software
Hardware
Network
Question : Excel formula needed
Col H Col J
Row1 0 none
Row2 10 5
Where Col H is a zero and Col J shows "none", formula will return "ok" else it will subtract Col J from Col H
Answer : Excel formula needed
I meant H1 - J1, not the opposite
=if(and(H1=0,J1="n
one"),"ok"
,H1-J1)
Tho
mas
Random Solutions
Upgrade from MSSQL 2005 Express to MSSQL 2008 Standard
"Error 1327 Invalid Drive F:/" on Sprint USB Wireless Installation
I have the total amount of sales for the month, but I need to split commission between 3 Areas.
Duplicate rows in Datatable
WCF Question
Automatically create separate tables from an SQL table defined by field value
C# -- "Value==null"
MDI Parent and Child Problem
A custom macro in this report has failed to run, and is preventing the report from rendering.
When does System.IO.Ports.SerialPort<wbr /> DataReceived event fire?