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
Microsoft Outlook 2003 hangs on start
Load into SQL Server From FoxPro database through SSIS
map network drive on a none domain PC
Reporting data from the last week in ssrs
activesync error 0x85030027
Can't open MS Access DB
How do I open .jpg files with VBA code using wildcards
how to trap this exception?
Error - Excel could not save all the data and formatting you recently added to myfile.xla ...
I need to run multi-instances of my WinForms app. Any issues?