+ Reply to Thread
Results 1 to 8 of 8

excel code help for prices...

  1. #1
    Registered User
    Join Date
    03-06-2012
    Location
    scotland
    MS-Off Ver
    Excel 2003
    Posts
    3

    excel code help for prices...

    Hi
    Can anyone help me get some code excel or vba, or macro. not sure which is required
    for the question posted on the chart attached. thanks for any help..mike

    http://img828.imageshack.us/img828/5...lcodehelp2.jpg
    Last edited by dooze1; 03-06-2012 at 06:55 PM.

  2. #2
    Registered User
    Join Date
    03-06-2012
    Location
    Carolina
    MS-Off Ver
    Excel 2010 Home
    Posts
    3

    Re: excel code help for prices...

    Try this in M4:

    =countif(k4,">h4")

  3. #3
    Registered User
    Join Date
    03-06-2012
    Location
    scotland
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: excel code help for prices...

    hi eddiekrugger
    That code doesn't seem to work..

    What i'm trying to do is see if
    K18 is >< than D18,
    K17 is >< D18
    K16 is >< D18
    K15 is >< D18

    etc, etc....

    thanks for help

  4. #4
    Registered User
    Join Date
    03-06-2012
    Location
    Carolina
    MS-Off Ver
    Excel 2010 Home
    Posts
    3

    Re: excel code help for prices...

    Quote Originally Posted by dooze1 View Post
    hi eddiekrugger
    That code doesn't seem to work..

    What i'm trying to do is see if
    K18 is >< than D18,
    K17 is >< D18
    K16 is >< D18
    K15 is >< D18

    etc, etc....

    thanks for help
    It made sense in theory, but I'm not with excel now so I'll have to get back to you.

  5. #5
    Forum Expert DGagnon's Avatar
    Join Date
    02-23-2012
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003, 2007
    Posts
    1,645

    Re: excel code help for prices...

    i am unable to view your image could you attach it instead of linking it?
    If you liked my solution, please click on the Star -- to add to my reputation

    If your issue as been resolved, please clearly state so and mark the thread as [SOLVED] using the thread tools just above the first post.

  6. #6
    Registered User
    Join Date
    03-06-2012
    Location
    scotland
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: excel code help for prices...

    hi dgagnon,

    sorry but unable to attach image to post..
    Last edited by dooze1; 03-07-2012 at 05:44 AM.

  7. #7
    Registered User
    Join Date
    02-29-2012
    Location
    India, Bangalore
    MS-Off Ver
    Excel 2003 & Excel 2007
    Posts
    21

    Re: excel code help for prices...

    Hi can you attach an sample excel sheet & need a bit explanation on your requirement.

  8. #8
    Forum Contributor tkowal's Avatar
    Join Date
    11-20-2010
    Location
    Miami, Fl
    MS-Off Ver
    Excel 2010
    Posts
    150

    Re: excel code help for prices...

    Try this in M4 and copy down:

    =if(k4 > $D$18, 1, 0)

+ Reply to Thread

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