Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Joining 2 if functions

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default Joining 2 if functions

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Joining 2 if functions

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
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
Joining Two formulas with the Help of AND / OR / IF Functions to getthe desired result Akash Maheshwari Excel Discussion (Misc queries) 1 April 27th 10 07:33 PM
joining worksheets Jessica Excel Worksheet Functions 4 February 19th 09 02:53 PM
Joining Worksheets Naomi Excel Worksheet Functions 2 July 16th 06 12:18 AM
joining worksheets Brion Excel Worksheet Functions 1 February 3rd 06 02:52 PM
Joining 2 SUMIF's ??? AC-H Excel Discussion (Misc queries) 5 December 3rd 05 05:50 PM


All times are GMT +1. The time now is 06:18 AM.

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"