Nesting formulas

G

gcotterl

How do I nest these formulas into one cell:

=IF(MID(D6,4,1)="-",
IF(M6="J",TEXT(0,"0000000"),TEXT("0"&LEFT(D6,2)&MID
(D6,4,4),"0000000")
IF(M6="G","XXXXXX","yyyyy")
IF(M6="U",TEXT(0,"0000000"),TEXT(0,"0000000")
 

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


Top