ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Need multiple IF questions & return a value from another worksheet (https://www.excelbanter.com/excel-worksheet-functions/229509-need-multiple-if-questions-return-value-another-worksheet.html)

tamij

Need multiple IF questions & return a value from another worksheet
 
I have Column A = Balance & Column B = Interest Rate on my Master worksheet.
I also have a Rates worksheet that has several rate tiers that look a little
like this:
Column A Column B
..0015 Sweep <50,000
..0035 Sweep <100,000
From the Interest Rate column on the Master worksheet, I need it to say
somehting like, IF Balance <50,000 return cell A1 from Rates worksheet or IF
Balance is <100,000 but 50,000 return cell A2 from Rates worksheet. Any
help is greatly appreciated

Jacob Skaria

Need multiple IF questions & return a value from another worksheet
 
Assuming Balance is in A1 and the sheet is named "Rates"

=IF(A1<50000,Rates!A1,IF(A1<100000,Rates!A2,""),"" )
--
If this post helps click Yes
---------------
Jacob Skaria


"tamij" wrote:

I have Column A = Balance & Column B = Interest Rate on my Master worksheet.
I also have a Rates worksheet that has several rate tiers that look a little
like this:
Column A Column B
.0015 Sweep <50,000
.0035 Sweep <100,000
From the Interest Rate column on the Master worksheet, I need it to say
somehting like, IF Balance <50,000 return cell A1 from Rates worksheet or IF
Balance is <100,000 but 50,000 return cell A2 from Rates worksheet. Any
help is greatly appreciated


tamij

Need multiple IF questions & return a value from another works
 
Thank you for the help! What if Balance is not in A1? It's actually in F1
of my spreadsheet.

"Jacob Skaria" wrote:

Assuming Balance is in A1 and the sheet is named "Rates"

=IF(A1<50000,Rates!A1,IF(A1<100000,Rates!A2,""),"" )
--
If this post helps click Yes
---------------
Jacob Skaria


"tamij" wrote:

I have Column A = Balance & Column B = Interest Rate on my Master worksheet.
I also have a Rates worksheet that has several rate tiers that look a little
like this:
Column A Column B
.0015 Sweep <50,000
.0035 Sweep <100,000
From the Interest Rate column on the Master worksheet, I need it to say
somehting like, IF Balance <50,000 return cell A1 from Rates worksheet or IF
Balance is <100,000 but 50,000 return cell A2 from Rates worksheet. Any
help is greatly appreciated


tamij

Need multiple IF questions & return a value from another works
 
Sorry the last post I sent was a stupid question. I think I've looked at
this sheet too long. Thank you so much for your help!

"Jacob Skaria" wrote:

Assuming Balance is in A1 and the sheet is named "Rates"

=IF(A1<50000,Rates!A1,IF(A1<100000,Rates!A2,""),"" )
--
If this post helps click Yes
---------------
Jacob Skaria


"tamij" wrote:

I have Column A = Balance & Column B = Interest Rate on my Master worksheet.
I also have a Rates worksheet that has several rate tiers that look a little
like this:
Column A Column B
.0015 Sweep <50,000
.0035 Sweep <100,000
From the Interest Rate column on the Master worksheet, I need it to say
somehting like, IF Balance <50,000 return cell A1 from Rates worksheet or IF
Balance is <100,000 but 50,000 return cell A2 from Rates worksheet. Any
help is greatly appreciated


tamij

Need multiple IF questions & return a value from another works
 
Hey Jacob,
One more question. When I copy my formula to other cells, the formula keeps
increasing my cell # from the Rates worksheet. How do I keep the formula iin
tact during copy?

"Jacob Skaria" wrote:

Assuming Balance is in A1 and the sheet is named "Rates"

=IF(A1<50000,Rates!A1,IF(A1<100000,Rates!A2,""),"" )
--
If this post helps click Yes
---------------
Jacob Skaria


"tamij" wrote:

I have Column A = Balance & Column B = Interest Rate on my Master worksheet.
I also have a Rates worksheet that has several rate tiers that look a little
like this:
Column A Column B
.0015 Sweep <50,000
.0035 Sweep <100,000
From the Interest Rate column on the Master worksheet, I need it to say
somehting like, IF Balance <50,000 return cell A1 from Rates worksheet or IF
Balance is <100,000 but 50,000 return cell A2 from Rates worksheet. Any
help is greatly appreciated


Glenn

Need multiple IF questions & return a value from another works
 
Look at "Switch between relative, absolute, and mixed references" in the help file.

tamij wrote:
Hey Jacob,
One more question. When I copy my formula to other cells, the formula keeps
increasing my cell # from the Rates worksheet. How do I keep the formula iin
tact during copy?

"Jacob Skaria" wrote:

Assuming Balance is in A1 and the sheet is named "Rates"

=IF(A1<50000,Rates!A1,IF(A1<100000,Rates!A2,""),"" )
--
If this post helps click Yes
---------------
Jacob Skaria


"tamij" wrote:

I have Column A = Balance & Column B = Interest Rate on my Master worksheet.
I also have a Rates worksheet that has several rate tiers that look a little
like this:
Column A Column B
.0015 Sweep <50,000
.0035 Sweep <100,000
From the Interest Rate column on the Master worksheet, I need it to say
somehting like, IF Balance <50,000 return cell A1 from Rates worksheet or IF
Balance is <100,000 but 50,000 return cell A2 from Rates worksheet. Any
help is greatly appreciated


tamij

Need multiple IF questions & return a value from another works
 
Thank you!

"Glenn" wrote:

Look at "Switch between relative, absolute, and mixed references" in the help file.

tamij wrote:
Hey Jacob,
One more question. When I copy my formula to other cells, the formula keeps
increasing my cell # from the Rates worksheet. How do I keep the formula iin
tact during copy?

"Jacob Skaria" wrote:

Assuming Balance is in A1 and the sheet is named "Rates"

=IF(A1<50000,Rates!A1,IF(A1<100000,Rates!A2,""),"" )
--
If this post helps click Yes
---------------
Jacob Skaria


"tamij" wrote:

I have Column A = Balance & Column B = Interest Rate on my Master worksheet.
I also have a Rates worksheet that has several rate tiers that look a little
like this:
Column A Column B
.0015 Sweep <50,000
.0035 Sweep <100,000
From the Interest Rate column on the Master worksheet, I need it to say
somehting like, IF Balance <50,000 return cell A1 from Rates worksheet or IF
Balance is <100,000 but 50,000 return cell A2 from Rates worksheet. Any
help is greatly appreciated




All times are GMT +1. The time now is 02:22 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com