Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 119
Default to find the lowest tender

hi community

how can i find the lowest tender in this scenario

Col A Col B Col C Col D Col E
Poroject Coy A Coy B Coy C

Toilet 300 230 190
Bedroom 250 220 255
Hall 300 290 298

base on the above table, how can i use the " if " to find out which Coy
tender the lowest price on the Project in Col A and display it at Col E

thanks community for the assistance render and
much appreciated :)

:)
--
oldLearner57
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default to find the lowest tender

One way:

E2 =INDEX($B$1:$D$1,MATCH(MIN(B2:D2),B2:D2,FALSE))

In article ,
oldLearner57 wrote:

hi community

how can i find the lowest tender in this scenario

Col A Col B Col C Col D Col E
Poroject Coy A Coy B Coy C

Toilet 300 230 190
Bedroom 250 220 255
Hall 300 290 298

base on the above table, how can i use the " if " to find out which Coy
tender the lowest price on the Project in Col A and display it at Col E

thanks community for the assistance render and
much appreciated :)

:)

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 119
Default to find the lowest tender

thanks JE McGimpsey :) , got it !!! and very much appreciated
thanks community as well
:)
--
oldLearner57


"JE McGimpsey" wrote:

One way:

E2 =INDEX($B$1:$D$1,MATCH(MIN(B2:D2),B2:D2,FALSE))

In article ,
oldLearner57 wrote:

hi community

how can i find the lowest tender in this scenario

Col A Col B Col C Col D Col E
Poroject Coy A Coy B Coy C

Toilet 300 230 190
Bedroom 250 220 255
Hall 300 290 298

base on the above table, how can i use the " if " to find out which Coy
tender the lowest price on the Project in Col A and display it at Col E

thanks community for the assistance render and
much appreciated :)

:)


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 118
Default to find the lowest tender

Hi
Do you really need an "IF"
In Col E of each line you could put =MIN(B3:D3) to get the lowest for each
item.
Alternatively, Sum each column to get a project total and then at Col E of
the total line use the MIN formula to get the cheapest total

HTH
Michael M

"oldLearner57" wrote:

hi community

how can i find the lowest tender in this scenario

Col A Col B Col C Col D Col E
Poroject Coy A Coy B Coy C

Toilet 300 230 190
Bedroom 250 220 255
Hall 300 290 298

base on the above table, how can i use the " if " to find out which Coy
tender the lowest price on the Project in Col A and display it at Col E

thanks community for the assistance render and
much appreciated :)

:)
--
oldLearner57

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 119
Default to find the lowest tender

thanks Michael M for your explaination, perhaps my scenario was not so clear,
anyway, i got the answer :)
much appreciated for your help :)
thanks community as well
--
oldLearner57


"Michael M" wrote:

Hi
Do you really need an "IF"
In Col E of each line you could put =MIN(B3:D3) to get the lowest for each
item.
Alternatively, Sum each column to get a project total and then at Col E of
the total line use the MIN formula to get the cheapest total

HTH
Michael M

"oldLearner57" wrote:

hi community

how can i find the lowest tender in this scenario

Col A Col B Col C Col D Col E
Poroject Coy A Coy B Coy C

Toilet 300 230 190
Bedroom 250 220 255
Hall 300 290 298

base on the above table, how can i use the " if " to find out which Coy
tender the lowest price on the Project in Col A and display it at Col E

thanks community for the assistance render and
much appreciated :)

:)
--
oldLearner57



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I find the position of the lowest value in a row? melh31 Excel Discussion (Misc queries) 2 May 15th 06 06:21 PM
How to Find lowest value of 5 different cells? Malmo Excel Discussion (Misc queries) 2 March 8th 06 11:47 AM
MIN to find specific lowest value Jane Excel Worksheet Functions 5 February 10th 06 02:02 PM
Find Lowest Bidder Jkulak Excel Worksheet Functions 2 August 10th 05 07:14 PM
Find Lowest Bidder Jkulak Excel Worksheet Functions 0 August 10th 05 04:10 PM


All times are GMT +1. The time now is 10:09 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"