Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi I tried joining
=IF(($H$2/(D4*F4))=INT($H$2/(D4*F4)),$H$2/(D4*F4),"incorrect size") with =if(even(a1)=a1,"even","odd" by=IF(and($H$2/(D4*F4))=INT($H$2/(D4*F4)),(even(F2)=F2,$H$2/ (D4*F4),"incorrect size") it returns that too many arguments are being made please suggest solution what i really need is to add a at least 1 more argument |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I think you meant to do something like this:
=IF(and($H$2/(D4*F4)=INT($H$2/(D4*F4)),even(F2)=F2),$H$2/ (D4*F4),"incorrect size") Be careful with your brackets. Hope this helps. Pete On Nov 14, 6:31*pm, Richard D wrote: Hi I tried joining =IF(($H$2/(D4*F4))=INT($H$2/(D4*F4)),$H$2/(D4*F4),"incorrect size") with =if(even(a1)=a1,"even","odd" by=IF(and($H$2/(D4*F4))=INT($H$2/(D4*F4)),(even(F2)=F2,$H$2/ (D4*F4),"incorrect size") it returns that too many arguments are being made please suggest solution what i really need is to add a at least 1 more argument |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Nov 14, 11:40*pm, Pete_UK wrote:
I think you meant to do something like this: =IF(and($H$2/(D4*F4)=INT($H$2/(D4*F4)),even(F2)=F2),$H$2/ (D4*F4),"incorrect size") Be careful with your brackets. Hope this helps. Pete On Nov 14, 6:31*pm, Richard D wrote: Hi I tried joining =IF(($H$2/(D4*F4))=INT($H$2/(D4*F4)),$H$2/(D4*F4),"incorrect size") with =if(even(a1)=a1,"even","odd" by=IF(and($H$2/(D4*F4))=INT($H$2/(D4*F4)),(even(F2)=F2,$H$2/ (D4*F4),"incorrect size") it returns that too many arguments are being made please suggest solution what i really need is to add a at least 1 more argument Hey thanks Pete this is magic to be honest i have no background in writing code just trying to make a format to ease some of our work processes and I am amazed at how the WWW works in cases such as these regards, richard. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Joining Two formulas with the Help of AND / OR / IF Functions to getthe desired result | Excel Discussion (Misc queries) | |||
joining worksheets | Excel Worksheet Functions | |||
Joining Worksheets | Excel Worksheet Functions | |||
joining worksheets | Excel Worksheet Functions | |||
Joining 2 SUMIF's ??? | Excel Discussion (Misc queries) |