converting excel formula into module

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I am not quite familiar with writing custom function in module, could you
help to convert the following excel formula?

=IF(LEFT(J3,1)="1",IF(AW3>0,"dated on
"&AQ3,IF(AO3>0,"waiting",INDEX($1:3,1,SMALL(IF(AR3:AT3>0,COLUMN(AR3:AT3)),COLUMN(2:2))))))

Many thanks.
 
Activecell = "=IF(LEFT(J3,1)=""1"",IF(AW3>0,""dated on " _
& "> ""&AQ3,IF(AO3>0,""waiting"",INDEX($1:3,1,SMALL" _
& "(IF(AR3:AT3>0,COLUMN(AR3:AT3)),COLUMN(2:2))))))"
 

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

Back
Top