+ Reply to Thread
Results 1 to 8 of 8

Help to divide a number from a variable cell

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    10-12-2011
    Location
    Sydney
    MS-Off Ver
    Excel 2016 in 2024
    Posts
    857

    Re: Help to divide a number from a variable cell

    thanks to you both. I had it around the wrong way but I have since used:

    If Sheets(j).Cells(i, 4).Offset(2).Value <= 100 / Sheets(j).Cells(i, 4).Offset(3).Value Then
    It appears to be working ok but I will need to do some checking and testing.

  2. #2
    Forum Contributor
    Join Date
    10-12-2011
    Location
    Sydney
    MS-Off Ver
    Excel 2016 in 2024
    Posts
    857

    Re: Help to divide a number from a variable cell

    got it (I think) by using this:

    If Sheets(j).Cells(i, 4).Offset(2).Value <= 100 / (Sheets(j).Cells(i, 4).Offset(3).Value * 100) Then

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Divide a number with cell containing txt and formula
    By adler in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-19-2015, 02:07 AM
  2. [SOLVED] Divide a Cell by the number of populated cells in a column
    By MATU70 in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 04-11-2014, 06:49 AM
  3. [SOLVED] Divide cell by X if number is greater...
    By JackBauer in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-10-2014, 07:03 AM
  4. Divide a number within a cell in a specific section?
    By Kapcha in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-30-2012, 03:16 PM
  5. Replies: 1
    Last Post: 07-14-2010, 04:05 PM
  6. Divide Number from data in Cell's?
    By termal in forum Excel General
    Replies: 2
    Last Post: 07-08-2009, 04:21 PM
  7. [SOLVED] Divide number and add remainder in another cell
    By rhon101 in forum Excel General
    Replies: 4
    Last Post: 11-29-2005, 10:10 PM

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