Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi all,
I have a look up function in a spreadsheet that returns a number, call it 20. What I want to do is to have a formula that says "when you find 20, multiply cell 1A x cell 1D x cell 1F and return its numeric value (or product if you like)" Thanks a lot |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this...
Cell being tested is G1: =If(G1 = 20,A1*D1*F1,"") If G1 = 20, the cell in which you copy the formula will be the product of A1, D1, and F1. Otherwise, the cell will be empty. "Vince" wrote: Hi all, I have a look up function in a spreadsheet that returns a number, call it 20. What I want to do is to have a formula that says "when you find 20, multiply cell 1A x cell 1D x cell 1F and return its numeric value (or product if you like)" Thanks a lot |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Match then lookup | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Creating a check mark box | Setting up and Configuration of Excel | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) |