Jump to content

How to add data to column based on specific conditions of an entry


Gabriel Yeong

Recommended Posts

Hi all, I'm stuck in the following:

Say I have the table below:

 

Date Group

01/01/2000 ABC

01/08/2000 XYZ

03/08/2000 DEF

12/25/2000 ABC

I want to add another column Called "ABC Group" where If Group = ABC, the row whould have the date, otherwise leave it as empty.

I placed the formula below, but it says "Invalid type for function call If"error, can anyone help

If([Group]="ABC ",[Date],"")

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...