Formula combo

A

ant

Is there a way to combine these two formulas

=ISNUMBER(-LEFT(C2,2))

and

=IF(E2=TRUE,LEFT(C2,2),MID(C2,4,2))

please help

i done it once what lose the forumla
 
D

Dan E

Ant,

I'm sure that their is a way to combine them, but
a little more detail will be needed. Like....

Should be put the first formula in the second or
the second in the first???

What cells are each formula in???

Dan E
 
A

ant

The 1st formaula =ISNUMBER(-LEFT(C2,2)) should be first

than the other one

it look at info in cell c2
 
D

Dan E

I think I understand, test this formula and post back
if it's not what your looking for

=IF(ISNUMBER(-LEFT(C2,2))=TRUE,LEFT(C2,2),MID(C2,4,2))
 
I

Immanuel

Try the following:

=IF(ISNUMBER(-LEFT(C2,2)),IF(E2,LEFT(C2,2),MID(C2,4,2)),FALSE)

/i.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Forumala combo 0
Look up Help 1
Nesting formulas 1
Using <= in countifs statement 1
VLOOKUP Question 4
Can I combine 2 formulas? 8
Combine Sumifs with Subtotal 0
VBA word change keys 0

Top