+ Reply to Thread
Results 1 to 3 of 3

Fill formula if column w is greater than 0(zero)

  1. #1
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,095

    Fill formula if column w is greater than 0(zero)

    hello
    i m using below formula to get value in column b4 of column v if value is greater than 0 of column w

    i m getting result after every 5 rows

    e.g
    i have data in range V4:V10 and i want to like value range v4:v10 with cells, b4,b9,b14,b19,b24( after every 5 rows) if column w4:w13 is greater than 0

    i m getting the result as below
    v4 = 1
    w4 = 3 (greater than 0(zero))
    then
    b4 = 1 and b5:b8 is blank

    i want also 1 in b5:b8

    thanx
    Attached Files Attached Files

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: Fill formula if column w is greater than 0(zero)

    hi haroon. try this array formula in C4:
    =IFERROR(INDEX($V$4:$V$13,SMALL(IF($W$4:$W$13>0,ROW($W$4:$W$13)),CEILING(ROWS(C$4:C4)/5,1))-ROW($W$4)+1),"")

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,095

    Re: Fill formula if column w is greater than 0(zero)

    Hello benishiryo

    worked fine thanx alot
    will add u reputation

+ 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. [SOLVED] Need formula to return column header name for first entry on each row greater than zero
    By TotallyLost in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-12-2014, 10:56 AM
  2. [SOLVED] Formula to index each column and return whole number greater than zero below Yes OR No
    By Martin Chamberlin in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-04-2013, 12:24 AM
  3. Fill Series if adjacent cell value is greater than zero
    By maxflower in forum Excel General
    Replies: 2
    Last Post: 02-12-2012, 07:20 PM
  4. Replies: 1
    Last Post: 09-07-2011, 05:57 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