Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default formula to do a count for info in another column

Hi,

If column A row 1 has the text "IT-MDU" how can I in column B write a
formula to state that if the 1st 2 letters in column A are "IT" = 1 and if
not ""?

I want to import this information to Access to create a report and I need to
know everything in IT development and I would ask access to do a count of
column B to let me know but I need to be able to populate it in Excel 1st.

Mike

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default formula to do a count for info in another column

=IF(LEFT(A1,2)="it",1,"")


Gord Dibben MS Excel MVP

On Wed, 24 Dec 2008 10:15:02 -0800, mike
wrote:

Hi,

If column A row 1 has the text "IT-MDU" how can I in column B write a
formula to state that if the 1st 2 letters in column A are "IT" = 1 and if
not ""?

I want to import this information to Access to create a report and I need to
know everything in IT development and I would ask access to do a count of
column B to let me know but I need to be able to populate it in Excel 1st.

Mike


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default formula to do a count for info in another column

thanks everyone! i appreciate the help!!!

"Gord Dibben" wrote:

=IF(LEFT(A1,2)="it",1,"")


Gord Dibben MS Excel MVP

On Wed, 24 Dec 2008 10:15:02 -0800, mike
wrote:

Hi,

If column A row 1 has the text "IT-MDU" how can I in column B write a
formula to state that if the 1st 2 letters in column A are "IT" = 1 and if
not ""?

I want to import this information to Access to create a report and I need to
know everything in IT development and I would ask access to do a count of
column B to let me know but I need to be able to populate it in Excel 1st.

Mike



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
How to update column info based on column info from another worksh Hummingbird Excel Discussion (Misc queries) 3 July 29th 08 09:54 PM
How do I add further info into a column containing a formula weejb Excel Worksheet Functions 1 March 12th 08 09:03 AM
Using a date range in a formula to pull info to the correct column Tricia Excel Worksheet Functions 6 December 13th 06 10:16 PM
How do I count something in one column = to info in another ka7djw Excel Worksheet Functions 2 September 16th 06 12:03 AM
Link info in one cell to info in several cells in another column (like a database) hansdiddy Excel Discussion (Misc queries) 1 February 22nd 06 02:27 AM


All times are GMT +1. The time now is 12:42 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"