G Guest Jul 14, 2006 #1 trying to create a function that IF B1 is >( time value), then TRANSPOSE (number value) B2 to B3. can anyonehelp with this function
trying to create a function that IF B1 is >( time value), then TRANSPOSE (number value) B2 to B3. can anyonehelp with this function
R Roger Govier Jul 14, 2006 #4 Hi Try entering in B3 =IF(B1>TIME(9,15,0),B2,"") If the time in B1 is greater than 9:15, then B3 will have the value that is in B2, otherwise it will remain empty.
Hi Try entering in B3 =IF(B1>TIME(9,15,0),B2,"") If the time in B1 is greater than 9:15, then B3 will have the value that is in B2, otherwise it will remain empty.
B Bob Phillips Jul 14, 2006 #5 In B3 =IF(B1>TIME(9,30,0),B2,"") or =IF(B1>--"9:30:00",B2,"") -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct)
In B3 =IF(B1>TIME(9,30,0),B2,"") or =IF(B1>--"9:30:00",B2,"") -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct)