#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 347
Default Return Number

Excel 2007
Looking for a formula for the following;
If cell A3 = 10 and cell B3 = 12, then cells S3, S10 and S14 should display
the number .85
If cell A3 = 12 and cell B3 = 16, then cells S4, S11 and S15 should display
the number 1.20
If cell A3 = 18 and cell B3 = 18, then cells S5, S12 and S16 should display
the number 1.50
....

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default Return Number

You need the following in cells S3, S10 and S14
=IF(AND(A3=10,B3=12),0.85,"")
or the above formula in S3 and this in S10 and S14
=S3


and similar formulas in other cells...

Is there any pattern? If yes, then you can have it in one formula and simply
copy it

"George" wrote:

Excel 2007
Looking for a formula for the following;
If cell A3 = 10 and cell B3 = 12, then cells S3, S10 and S14 should display
the number .85
If cell A3 = 12 and cell B3 = 16, then cells S4, S11 and S15 should display
the number 1.20
If cell A3 = 18 and cell B3 = 18, then cells S5, S12 and S16 should display
the number 1.50
...

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Return Number

A formula cannot push values into another cell. In each of the cells where
you want a result, put the relevant formula.
I assume that you want a blank result if your conditions aren't met, so in
S3, S10 and S14 your formula would be =IF(AND(A3=10,B3=12),0.85,"")
Similarly in the other cells.
--
David Biddulph

"George" wrote in message
...
Excel 2007
Looking for a formula for the following;
If cell A3 = 10 and cell B3 = 12, then cells S3, S10 and S14 should
display
the number .85
If cell A3 = 12 and cell B3 = 16, then cells S4, S11 and S15 should
display
the number 1.20
If cell A3 = 18 and cell B3 = 18, then cells S5, S12 and S16 should
display
the number 1.50
...



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
How to return first 3 digits of a number? Curalice Excel Worksheet Functions 3 April 3rd 23 03:45 PM
Return a 3 digit number Patrick C. Simonds Excel Worksheet Functions 2 January 30th 09 07:35 AM
Return the Row number Kenneth Excel Discussion (Misc queries) 3 November 19th 08 08:45 AM
Function that can return the row number QuietMan Excel Worksheet Functions 5 August 14th 08 03:10 AM
match a name and return a tel number? Al Excel Discussion (Misc queries) 3 October 25th 05 04:10 PM


All times are GMT +1. The time now is 11:09 AM.

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

About Us

"It's about Microsoft Excel"