Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi QV Team,
I need to count only the "X' Values in the NewCars Column. Pls help me out. Pls see the attachments.
Hi ,
Like this???
Thanks,
AS
Try this also:
count(if(match([New Cars],'X'),[New Cars]))
Thanks,
AS
No I just want to create a table and need to get the Total of NewCars and UsedCars.
Use count(if(match([New Cars],'X'),[New Cars])) than , you will get your result.
Thanks,
AS
Like this???
Thanks,
AS