Hi
I'm trying to create a RegExp with this string so each Exp is separated, is this the correct object
X.21 V.35 G.703
...so each exp would be X.21, V.35 etc....
Hi
can anyone modify this query so it updates in a EXCEL sheet via asp
sql = "update s1 set box='"&box&"' where Eancode = '"&ean&"'"
Hi all,
I have an annoying problem, I have this forumla that looks for a value in another sheet then populates the another column in sheet1,
..this is in sheet1 ...
=VLOOKUP(B2,Sheet2!$A$1:$C$3917,3,FALSE)
I have another formula that looks up in another sheet called stockIn
...
Thxs i did suss it like this
=IF(M21 ="on",IF(G21>E21,"OVER",IF(G21<E21,"UNDER","")),"")
or
=IF(G21>E21 & M21 ="on","OVER",IF(G21<E21,"UNDER","")),"")
beltin
Hi
How do i expand the first contion with and??
.... (H21>F21 and blah="on")
=IF(H21>F21,"OVER",IF(H21<F21,"UNDER",""))
Just going to give a bit more detail, when the back button on the browser is pressed, the calender pops up again... does the EnableState go in the code
here u go. .this is called
private void buStartDate_Click(object sender, System.Web.UI.ImageClickEventArgs e)
{
try
{
System.DateTime.Parse(textboxFromDate.Text,new CultureInfo("en-GB"));
}
catch
{
//Invalid date set todays date for now...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.