Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 88
Default Coding if formuals

How do i code this if formual?

=SUMIF(TOEPIEXP!F:F,"=1",TOEPIEXP!P:P)

--
Message posted via http://www.officekb.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,726
Default Coding if formuals

In VBA?

Msgbox
Application.SUMIF(Worksheets("TOEPIEXP").Range("F: F"),1,Worksheets("TOEPIEXP").Range("P:P"))


--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)

"jln via OfficeKB.com" <u25956@uwe wrote in message
news:6af34c0bdd926@uwe...
How do i code this if formual?

=SUMIF(TOEPIEXP!F:F,"=1",TOEPIEXP!P:P)

--
Message posted via http://www.officekb.com



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 88
Default Coding if formuals

How do i place this code in say cell D5?

Bob Phillips wrote:
In VBA?

Msgbox
Application.SUMIF(Worksheets("TOEPIEXP").Range("F :F"),1,Worksheets("TOEPIEXP").Range("P:P"))

How do i code this if formual?

=SUMIF(TOEPIEXP!F:F,"=1",TOEPIEXP!P:P)


--
Message posted via http://www.officekb.com

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 88
Default Coding if formuals

It would be in VBA im trying to have the macro auto create a sheet.

Bob Phillips wrote:
In VBA?

Msgbox
Application.SUMIF(Worksheets("TOEPIEXP").Range("F :F"),1,Worksheets("TOEPIEXP").Range("P:P"))

How do i code this if formual?

=SUMIF(TOEPIEXP!F:F,"=1",TOEPIEXP!P:P)


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200612/1

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 88
Default Coding if formuals

It would be in VBA im trying to have the macro auto create a sheet.

Bob Phillips wrote:
In VBA?

Msgbox
Application.SUMIF(Worksheets("TOEPIEXP").Range("F :F"),1,Worksheets("TOEPIEXP").Range("P:P"))

How do i code this if formual?

=SUMIF(TOEPIEXP!F:F,"=1",TOEPIEXP!P:P)


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200612/1

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
excels formuals jvenditti Excel Discussion (Misc queries) 2 December 15th 09 07:04 AM
Formuals Gene McKinney YMCA international Excel Discussion (Misc queries) 2 April 30th 08 08:09 PM
New to Formuals Tanya Excel Worksheet Functions 2 May 12th 07 04:30 AM
Need to place 3 formuals in VBA jln via OfficeKB.com Excel Programming 1 November 8th 06 03:58 PM
IF, Then formuals Cheryle Excel Programming 1 July 1st 04 07:27 AM


All times are GMT +1. The time now is 12:24 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"