Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mark B
 
Posts: n/a
Default Need Help with formula

Here's what have and need to do...

Sheet1
A B C D
# of weeks RoomType $Charged Yes/No
1 Big $400
2 Medium $600
3 Big $1200
2 Small $450

Sheet2
A B
RoomType Weekly$
Small $200
Medium $300
Big $400

I need to put a formula in ColumnD in Sheet1 that will tell me if the
correct amount has been charged in Sheet 1 based upon Sheet2

THANKS!!!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Fred Smith
 
Posts: n/a
Default Need Help with formula

You want Vlookup, as in:

=if(vlookup(b2,Sheet2!A:B,2,false)*a2=c2,"yes","no ")

--
Regards,
Fred


"Mark B" wrote in message
...
Here's what have and need to do...

Sheet1
A B C D
# of weeks RoomType $Charged Yes/No
1 Big $400
2 Medium $600
3 Big $1200
2 Small $450

Sheet2
A B
RoomType Weekly$
Small $200
Medium $300
Big $400

I need to put a formula in ColumnD in Sheet1 that will tell me if the
correct amount has been charged in Sheet 1 based upon Sheet2

THANKS!!!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mark B
 
Posts: n/a
Default Need Help with formula

Awesome! Thanks!

"Fred Smith" wrote:

You want Vlookup, as in:

=if(vlookup(b2,Sheet2!A:B,2,false)*a2=c2,"yes","no ")

--
Regards,
Fred


"Mark B" wrote in message
...
Here's what have and need to do...

Sheet1
A B C D
# of weeks RoomType $Charged Yes/No
1 Big $400
2 Medium $600
3 Big $1200
2 Small $450

Sheet2
A B
RoomType Weekly$
Small $200
Medium $300
Big $400

I need to put a formula in ColumnD in Sheet1 that will tell me if the
correct amount has been charged in Sheet 1 based upon Sheet2

THANKS!!!




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
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
2 Nesting questions Starchaser Excel Worksheet Functions 7 January 20th 06 06:53 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 04:01 AM.

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

About Us

"It's about Microsoft Excel"