M
Marg
Version: 2008 Operating System: Mac OS X 10.5 (Leopard) Processor: Intel I'm trying to use the following nested IF formula to extract a number from a text cell (an eBay listing summary which includes the currency conversion rate used, which is what I'm after), and then print that number.
=IF(FIND(A,B17),A,(IF(FIND(B,B17),B,(IF(FIND(CC,B17),CC,(IF(FIND(D,B17),D,(IF(FIND(E,B17),E,(IF(FIND(F,B17),F,(IF(FIND(G,B17),G,(IF(FIND(H,B17),H,(IF(FIND(I,B17),I," "))))))))))))))))
Conditional formatting, as suggested, identifies the cells so that I can then type and copy the number in the column where it needs to go in the spreadsheet, but it just seems that I ought to be able to figure out a formula which finds the number and prints in in the right place all in one swell foop.
The A, B, and C etc are named cells containing the various numbers being searched for. The formula recognizes them, it is "correct" in its syntax, but the result printed only the first number (A, or 1.06090) in the desired cells, and returned #VALUE for everything else. That was defined as:
"A value used in the formula is of the wrong data type"
Can anyone see where this is going off the rails?
Help will definitely be appreciated!
Marg
=IF(FIND(A,B17),A,(IF(FIND(B,B17),B,(IF(FIND(CC,B17),CC,(IF(FIND(D,B17),D,(IF(FIND(E,B17),E,(IF(FIND(F,B17),F,(IF(FIND(G,B17),G,(IF(FIND(H,B17),H,(IF(FIND(I,B17),I," "))))))))))))))))
Conditional formatting, as suggested, identifies the cells so that I can then type and copy the number in the column where it needs to go in the spreadsheet, but it just seems that I ought to be able to figure out a formula which finds the number and prints in in the right place all in one swell foop.
The A, B, and C etc are named cells containing the various numbers being searched for. The formula recognizes them, it is "correct" in its syntax, but the result printed only the first number (A, or 1.06090) in the desired cells, and returned #VALUE for everything else. That was defined as:
"A value used in the formula is of the wrong data type"
Can anyone see where this is going off the rails?
Help will definitely be appreciated!
Marg