Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 80
Default FORMULAS THAT CAN HAVE DIFFERENT ANSWERS DEPENDING ON DATA INPUT

I am hoping that someone can help me out. I want to create a formula or
function that will do basically this

If I put a certain number into a cell (e6), then depending on what number I
put in that cell the corresponding number will appear into another cell (f6).

Basically ............. if I say 322 in e6, then 149 will appear in f6 or if
I put 311 in e6, then 99 will appear in f6 and so on.

Can someone please help me out??
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default FORMULAS THAT CAN HAVE DIFFERENT ANSWERS DEPENDING ON DATA INPUT

Use the VLOOKUP function.
A tutorial can be found he

http://www.contextures.com/xlFunctions02.html

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Dawn" wrote in message ...
|I am hoping that someone can help me out. I want to create a formula or
| function that will do basically this
|
| If I put a certain number into a cell (e6), then depending on what number I
| put in that cell the corresponding number will appear into another cell (f6).
|
| Basically ............. if I say 322 in e6, then 149 will appear in f6 or if
| I put 311 in e6, then 99 will appear in f6 and so on.
|
| Can someone please help me out??


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 109
Default FORMULAS THAT CAN HAVE DIFFERENT ANSWERS DEPENDING ON DATA INPUT

Dawn

You can put into cell f6 either of the following formulas and it will
do basiclly what you asked:

=50/11*e6-1314.636363
or
=IF(e6=322,149,IF(e6=311,99,"who knows?"))

Of course their are lots of other formulas that will work as well. I
think if you explain a little more about the relationship between e6
and f6 someone in this group will give you an answer that will work for
you.

Good luck.

Ken
Norfolk, Va


Niek Otten wrote:
Use the VLOOKUP function.
A tutorial can be found he

http://www.contextures.com/xlFunctions02.html

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Dawn" wrote in message ...
|I am hoping that someone can help me out. I want to create a formula or
| function that will do basically this
|
| If I put a certain number into a cell (e6), then depending on what number I
| put in that cell the corresponding number will appear into another cell (f6).
|
| Basically ............. if I say 322 in e6, then 149 will appear in f6 or if
| I put 311 in e6, then 99 will appear in f6 and so on.
|
| Can someone please help me out??


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
Manual control of link updating for downloaded quotes? dk_ Excel Discussion (Misc queries) 9 November 15th 06 01:04 PM
How to Prevent Duplicate Data from inputing using input application? Zigball Excel Worksheet Functions 8 October 16th 06 11:01 PM
How to Prevent Duplicate Data from inputing using input application? Zigball Excel Discussion (Misc queries) 1 October 10th 06 05:56 PM
How to Prevent Duplicate Data from inputing using input application? Zigball New Users to Excel 1 October 10th 06 05:31 PM
Excel 2002; copy formulas to one workbook to another diff data SinnetBS Excel Worksheet Functions 1 November 25th 05 08:31 PM


All times are GMT +1. The time now is 05:30 PM.

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"