Microsoft
Software
Hardware
Network
Question : Identifying Best Price....
In the attached spreadsheet I have up to six prices in each row, and I want to find the best price and put the column heading (where the best price is) in the right-most column. I think you will understand from the example. I have tried to use the min() function and also conditional formatting, but I have not been able to crack this question. Can you help me? Thanks. - Tom
Answer : Identifying Best Price....
Try this formula in H4 copied down
=INDEX(A$2:G$2,MATCH(M
IN(A4:G4),
A4:G4,0))
r
egards, barry
Random Solutions
replacing/deleting spaces in a string vfp
How to remotly monitor Paged Pool and Nonpaged Pool usage by process
Wait Till Queries Have Refreshed
Formatting columns in SSRS Report Builder
Why public network is the highest in the binding order?
windows 7 - how to view classic windows explorer
Open Sharepoint server's pdf file in asp.net...
Real-Time Audio Stream Capture And Manipulation Through Microphone
Rename using date and Time
sql: issue checking if character is in number range