English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Specifically I need:
If I put a figure in cell A1 then I want cell B1 to multiply the first cell by a common or designated figure/amount say 3.75
However if a put the letter E in the cell A1 then I want cell B1 to multiply the first cell by a different common or designated figure/amount say 8.00

2006-07-03 06:52:36 · 3 answers · asked by Purse 1 in Computers & Internet Software

3 answers

Here's help - online, free:
http://www.auditexcel.co.za/FAQ.html

2006-07-03 06:56:47 · answer #1 · answered by love2travel 7 · 0 0

=IF( ISERROR( FIND("E",A1)),A1*3.75,( SUBSTITUTE(A1,"E","")*8))

Hoping I got your problem right, you could enter, for example:
12.23E
E12
6 E
12
12.34

But these next entries would not work:
S12
e23
23e

*** Be careful that if you enter a number followed by en E, excel might take this as a number with an exponant.

2006-07-03 07:14:50 · answer #2 · answered by stargate_jumper 3 · 0 0

= I F ( I S N U M B E R ( A 1 ) , A 1 * 3 . 7 5 , " " ) & I F ( A 1 = " E " , A 1 * 8 , " " )

^^ I think that's it

2006-07-03 07:03:53 · answer #3 · answered by Burnsie 4 · 0 0

fedest.com, questions and answers