Hi guys, I'm a relatively basic excel user, and now I'm faced with an issue that I'm sure it's fairly simple to resolve, I just can't figure it out.
I have this spreadsheet where I'm given just the name of the passengers, how many days they'll stay and which kind of room they'll use. Also, I'm given the price of each kind of room, the exchange rate between NZD and USD and taxes.
So according to this spreadsheet, which function should I use in other for me to automatically get Net USD, Net NZD, Total USD and Total NZD just with the data given?
[TABLE="class: outer_border, width: 500, align: center"]
<tbody>[TR]
[TD]Passenger[/TD]
[TD]Days[/TD]
[TD]Kind of room[/TD]
[TD]Net USD[/TD]
[TD]Net NZD[/TD]
[TD]Total USD[/TD]
[TD]Total NZD[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]7[/TD]
[TD]Single[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]14[/TD]
[TD]Double[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]5[/TD]
[TD]Double[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD]4[/TD]
[TD]Single[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: outer_border, width: 500, align: center"]
<tbody>[TR]
[TD]NZD 1[/TD]
[TD]USD 0.72[/TD]
[/TR]
[TR]
[TD]GST[/TD]
[TD]15%[/TD]
[/TR]
[TR]
[TD]Single Room[/TD]
[TD]50 NZD [/TD]
[/TR]
[TR]
[TD]Double Room[/TD]
[TD]85 NZD[/TD]
[/TR]
</tbody>[/TABLE]
I tried several functions including IF, SUMIF, SUMINFS with no luck, at best I've received 0 as a result.
Please, please give me a hint about what should I do in this case.
Thank you so much in advance
I have this spreadsheet where I'm given just the name of the passengers, how many days they'll stay and which kind of room they'll use. Also, I'm given the price of each kind of room, the exchange rate between NZD and USD and taxes.
So according to this spreadsheet, which function should I use in other for me to automatically get Net USD, Net NZD, Total USD and Total NZD just with the data given?
[TABLE="class: outer_border, width: 500, align: center"]
<tbody>[TR]
[TD]Passenger[/TD]
[TD]Days[/TD]
[TD]Kind of room[/TD]
[TD]Net USD[/TD]
[TD]Net NZD[/TD]
[TD]Total USD[/TD]
[TD]Total NZD[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]7[/TD]
[TD]Single[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]14[/TD]
[TD]Double[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]5[/TD]
[TD]Double[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD]4[/TD]
[TD]Single[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: outer_border, width: 500, align: center"]
<tbody>[TR]
[TD]NZD 1[/TD]
[TD]USD 0.72[/TD]
[/TR]
[TR]
[TD]GST[/TD]
[TD]15%[/TD]
[/TR]
[TR]
[TD]Single Room[/TD]
[TD]50 NZD [/TD]
[/TR]
[TR]
[TD]Double Room[/TD]
[TD]85 NZD[/TD]
[/TR]
</tbody>[/TABLE]
I tried several functions including IF, SUMIF, SUMINFS with no luck, at best I've received 0 as a result.
Please, please give me a hint about what should I do in this case.
Thank you so much in advance