S
sunil100
Hi all,
I just created a fairly complex formula (well its not a basic SUM!)
everything works fine but i need the formula to ignore ANY text valu
(treating as a null entry?) and still to perform the calculation.
Here is the formula:
=IF(AND(B25<13/24,((C25-B25)*24)>7), ((C25-B25)*24)-1, ((C25-B25)*24))
It's a formula for a timesheet that i have created for my company. Th
majority of the values to be entered would be 'times' i.e 09.00, 17.15
etc but at times (in the same cell) text values such as OFF, A/L, B/
would need to be entered without the formula to result in #VALU
error.
Example Data:
A1 B1 C1 D1 E1 F1 G1
09.00 17.00 OFF OFF 10.00 14.00 (formula abv w/o no error)
This in theory sounds simply to me- just a case of how to ignore an
any text value- but im not an excel expert so any help would be muc
appreciated.
Thanks,
Suni
I just created a fairly complex formula (well its not a basic SUM!)
everything works fine but i need the formula to ignore ANY text valu
(treating as a null entry?) and still to perform the calculation.
Here is the formula:
=IF(AND(B25<13/24,((C25-B25)*24)>7), ((C25-B25)*24)-1, ((C25-B25)*24))
It's a formula for a timesheet that i have created for my company. Th
majority of the values to be entered would be 'times' i.e 09.00, 17.15
etc but at times (in the same cell) text values such as OFF, A/L, B/
would need to be entered without the formula to result in #VALU
error.
Example Data:
A1 B1 C1 D1 E1 F1 G1
09.00 17.00 OFF OFF 10.00 14.00 (formula abv w/o no error)
This in theory sounds simply to me- just a case of how to ignore an
any text value- but im not an excel expert so any help would be muc
appreciated.
Thanks,
Suni