GMC The Macro Man
Board Regular
- Joined
- Mar 23, 2023
- Messages
- 101
- Office Version
- 2021
- Platform
- Windows
Hello everyone,
I need to return a value based on it's criteria from 1 of 2 data sheets.
In the "REPORT" tab on the attached spreadsheet, I need cell "D3" to return a Value based on the Region.
If the Region equals "North" or "South", then I want to return the value in "C2" from DATA 1 tab.
If the region equals "East" or "West", then I want to return the value in "C2" form DATA 2 tab
Is there an easy formula for this?
TIA
GMC
I need to return a value based on it's criteria from 1 of 2 data sheets.
In the "REPORT" tab on the attached spreadsheet, I need cell "D3" to return a Value based on the Region.
If the Region equals "North" or "South", then I want to return the value in "C2" from DATA 1 tab.
If the region equals "East" or "West", then I want to return the value in "C2" form DATA 2 tab
Is there an easy formula for this?
TIA
GMC
Book1 | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | ||||||
2 | Month | Region | Sales | |||
3 | July | North | ||||
4 | ||||||
Report |
Book1 | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Code | Region | Sales | ||
2 | Data 1 | North | £250,000 | ||
Data 1 |
Book1 | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Name | Region | Sales | ||
2 | Data 2 | West | £300,000 | ||
3 | |||||
Data 2 |