I Want to add place reference in the formula
right now formula is working correct but if two place have same rate than it takes both place rates.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Place
[/TD]
[TD]Hotel Name
[/TD]
[TD]Rate
[/TD]
[/TR]
[TR]
[TD]Shimla
[/TD]
[TD]Sukh Sagar
[/TD]
[TD]3000
[/TD]
[/TR]
[TR]
[TD]Dharamshala
[/TD]
[TD]The Eden
[/TD]
[TD]3000
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Shimla Hotel Name Dharamshal
3000 Sukhsagar (This Display) 3000 Sukhsagar (Not display)
The Eden (Not Display) The Eden (This Display)
Given Formula
{=INDEX($B$7:$B$16,SMALL(IF($E$19=$C$7:$C$16,ROW($C$7:$C$16)-ROW($C$7)+1),ROW(2:2)))}
In Shimla only Sukhsagar Displayed not The Eden and in case of Dharamshala only The Eden Displayed not Sukhsagar
How I can give Hotel name reference in formula
please advise
Jiten
right now formula is working correct but if two place have same rate than it takes both place rates.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Place
[/TD]
[TD]Hotel Name
[/TD]
[TD]Rate
[/TD]
[/TR]
[TR]
[TD]Shimla
[/TD]
[TD]Sukh Sagar
[/TD]
[TD]3000
[/TD]
[/TR]
[TR]
[TD]Dharamshala
[/TD]
[TD]The Eden
[/TD]
[TD]3000
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Shimla Hotel Name Dharamshal
3000 Sukhsagar (This Display) 3000 Sukhsagar (Not display)
The Eden (Not Display) The Eden (This Display)
Given Formula
{=INDEX($B$7:$B$16,SMALL(IF($E$19=$C$7:$C$16,ROW($C$7:$C$16)-ROW($C$7)+1),ROW(2:2)))}
In Shimla only Sukhsagar Displayed not The Eden and in case of Dharamshala only The Eden Displayed not Sukhsagar
How I can give Hotel name reference in formula
please advise
Jiten