+ Reply to Thread
Results 1 to 2 of 2

finding extended cost from multiple bid prices

  1. #1
    Registered User
    Join Date
    04-22-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    1

    finding extended cost from multiple bid prices

    I am trying to pick up the most recent bid price and multiply it to the fixed 'estimated volume.

    I recently had the code: if(E6<>””, C6*E6, C6*D6) -- but this is when I only had bid cost 1 and bid cost 2. Now I would like to add, bid price 3 and possible bid price 4. Any Ideas how I can do this?

    Please see attachmentBook1.xlsx

    Thank you all!

    Wakefield101

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: finding extended cost from multiple bid prices

    Hi

    I7: =D7*OFFSET(A7,0,MAX(IF(E7:H7<>0,COLUMN(E7:H7),""))-1) This formula is array entered (ctrl, shift, enter).

    Copy down as required.

    HTH

    rylo

+ 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