![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 32
|
I need to write in a cell the figures that were used in differant worksheets...as a formula..please don't ask why..anyway it needs to show this info:
if O12>0, then print what #is in cell from Daily Log AE7, times what # is in Worksheet D7, then show that equals the # in "payroll Input" O7 the out come should read in the cell: 24 * 14.18 = 340.32 those are the numbers in those certain cells Thank you very much! |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,319
|
Quote:
I interpreted the "in Worksheet D7" bit as simply D7. If O12 is 0, you get a blank [""] as result. |
|
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Mar 2002
Location: Michigan USA
Posts: 11,452
|
use the following formula -- adjusting the sheet numbers according to your setup ...
=IF(SheetWhich1!O12>0,SheetWhich2!AE7*SheetWhich3!D7,"") Regards!
__________________
Regards! Yogi Anand, D.Eng, P.E. Energy Efficient Building Network LLC www.energyefficientbuild.com |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|