Results 1 to 4 of 4

Convert Formulas into VBA

Threaded View

  1. #1
    Registered User
    Join Date
    06-14-2012
    Location
    California
    MS-Off Ver
    Office 365
    Posts
    56

    Convert Formulas into VBA

    How can I convert the following formulas into VBA?
    =IF(ISBLANK(C2),"",VLOOKUP(C2,Inventory!$A$2:D37812,3,FALSE))
    =IF(ISBLANK(C2),"",VLOOKUP(C2,Inventory!$A$2:D37812,4,FALSE))
    =IF(ISBLANK(C2),"",VLOOKUP(C2,Inventory!$A$2:D37812,2,FALSE))
    =IF(C3="","",A2)
    Each one needs to go down the entire range of rows. Sample spreadsheet is attached.
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1